API: Enable / Disable Products

POST /api/marketplace/v2/products/status/

Specification

To update the enabled status of on an existing product, please use this endpoint.

It is not possible to explicitly enable or disable products via any other end points.

If a product is no longer available, set the stock level to 0 to mark it as sold out. Sold out listings will be removed automatically after 7 days.

This API will remove the listing from the website immediately.

Permissions:

Please contact Kogan Marketplace Team for permission to access this API:

Email: [email protected]

Asynchronous

This is an asynchronous endpoint, you will need to poll the pending_url to get the results.
See: Asynchronous task results