Mark Product Availability
Marks Product Availability
Headers
Name
Type
Description
Request Body
Name
Type
Description
{
"error": {
"errors": [
{
"domain": "global",
"reason": "Required information is not available for the product",
"message": "fabric"
}
],
"code": 503,
"message": "fabric"
}
}curl --location --request POST 'https://{workspace}.myeshopbox.com/product-engine/api/v1/productListing' \
--header 'Authorization: Bearer AUTH_TOKEN' \
--header 'Content-Type: application/json' \
--data-raw '{
"esin" : "0SGAT12SG25F",
"channelCode" : "CH1234",
"availability" : false
}'Last updated
Was this helpful?