Bulk Update

Updates multiple products

🔐

Authentication

✔️ Application API Scope

✔️ Storefront API Scope

Response Body

{
  "results": [
    {
      "product_id": "169869470520111636",
      "status": 200
    },
    {
      "product_id": "169869470520111637",
      "status": 400
    },
    {
      "product_id": "MISSING_PRODUCT",
      "status": 404
    }    
  ]
}

Response Body Definitions

NameTypeDescriptionExample
product_idstringProduct ID"0070000693"
statusintStatus of the product update.
200 for success.
404 for not found.
400 for error.
20

Throttle Rates

Requests are throttled at 600req/min.

Language