Mark Product Availability
Marks Product Availability
POST
https://{workspace}.myeshopbox.com/product-engine/api/v2/productListing
This endpoint marks a product available or unavailable on one sales channel, subscribed by the workspace.
Headers
Name
Type
Description
Authentication
string
The Bearer token to grant access to the API
Request Body
Name
Type
Description
availability
boolean
true for marking available else false
channelCode
string
mark product availability on this sales channel
esin
string
ESIN of the product
Last updated