This endpoint allows you to upload and upsert products in bulk using a CSV file. The CSV file should contain product information that will be processed and updated in your inventory.
POST
{micro_service_base_url}
/
inventory-service-v2
/
companies
/
1000019
/
products
/
bulk
/
csv
This endpoint processes CSV files containing product data and updates your store’s inventory accordingly. All products in the CSV will be validated against our validation rules before being processed.
Only products that pass all validation rules will be inserted or updated in your inventory.