Products
Publish a product
Publish a product
post/v1/shops/{shop_id}/products/{product_id}/publish.json
Query parameters
limitstring
Results per page (default: 10, maximum: 50)
pagestring
Paginate through list of results
Request body
Example request
{
"title": true,
"description": true,
"images": true,
"variants": true,
"tags": true,
"keyFeatures": true,
"shipping_template": true
}Response
Successful operation