Perform a POST request to create a new order.
Perform a DELETE request to delete an attachment file.
Perform a GET request to get product
On setup, we can call getRequiredVersion and ping() to confirm that the service exists and that it is of a matching version semantically E.g. if required version is ~2.5 and the api returns 2.6.3, then no issue If returns 3.0.1, should log a warning If returns 1.0.2, should throw error saying it isn't new enough
Perform a GET request to list orders
Perform a Get request to list orders for organization
Perform a Get request to list orders for user
Ping the backend service to check that it is alive and well
Perform a PATCH request to update a product.
Generated using TypeDoc
Perform a Get request for order statistics for products