Bulk Create

Creates multiple products

Response Body

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

🔐

Authentication

✔️ Application API Scope

✔️ Storefront API Scope

Response Body Definitions

NameTypeDescriptionExample
product_idstringProduct ID"0070000693"
statusintStatus of the product create.
200 for success, 400 for error
200

Throttle Rates

Requests are throttled at 600req/min.

Language