v1

latestOpenAPI 3.0.3ISC2026-07-134096160.7 KB
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

titleboolean
descriptionboolean
imagesboolean
variantsboolean
tagsboolean
keyFeaturesboolean
shipping_templateboolean

Example request

{
  "title": true,
  "description": true,
  "images": true,
  "variants": true,
  "tags": true,
  "keyFeatures": true,
  "shipping_template": true
}

Response

Successful operation