Perform a POST request to create a new product.
Perform a DELETE request to delete an attachment file.
Generate a url that can be used to upload an attachment. This is a pre-signed url that can be used to upload an attachment to an organization. Once the attachment is uploaded, the attachment should be associated with the objectId returned in the response.
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 attributes
Perform a GET request to list categories
Perform a GET request to list products that are currently active (publication status is ACTIVE and since/until include today's date).
This request will always expand the following properties in the response:
Perform a GET request to list products for organization.
This request will always expand the following properties in the response:
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 POST request to create a new attachment on a organization.