This endpoint allows you to create or update products in bulk using a JSON array. Send an array of product objects to add new products or update existing ones in your inventory.
Use this file to discover all available pages before exploring further.
This endpoint processes JSON data containing product information and updates your store’s inventory. Products with existing external_id values will be updated, while new external_id values will create new products.
All products will be validated using our validation rules. Only products that pass all rules will be inserted or updated.