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.
POST
{micro_service_base_url}
/
inventory-service-v2
/
companies
/
1000019
/
products
/
bulk
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.