Bulk create or update product families and their variants.
Submit up to 1,000 product families per request, each containing up to 100 variants. Products are processed asynchronously in batches. Only one bulk upload can run per store at a time.
The API uses the following priority to match incoming product families to existing records:
product_family_id — Redo product family ID (direct lookup)external_id — ID from your external systemIf no match is found, a new product family is created.
Only one bulk upload operation can run per store at a time. If a bulk upload is already
in progress, the request will return a 409 Conflict error.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Store ID
"64e5a8a1af49a89df37e4ee7"
Request body for bulk uploading product families and their variants.
Product families to create or update. Between 1 and 1000 per request.
1 - 1000 elementsUpload completed
Response from a bulk product upload operation.
Total number of product families in the request.
Number of product families processed successfully.
Number of product families that failed to process.
Per-product-family results.
A product family that was created or updated successfully.