v1

latestSwagger 2.02026-07-133652141.7 KB
product

Enable/disable a single product in the Marketplace

Update product status in the Marketplace. Set to true to enable, false to disable sale.

put/product/{skuSellerId}/status

Path parameters

skuSellerIdstring required

Unique Product Id (SKU) in the seller system

Headers

authorizationstring required

Authorization token. The Authorization token can be found in your Admin console.

Request body

activeboolean required

Defines if this product is ready for sale. Active true, disabled false

Response

Success!