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.

Body

file
file
required
The CSV file containing product data to be uploaded and processed

Response

This endpoint processes the file asynchronously. No immediate response body is provided.
The system will process your CSV file in the background. You can check the status of the ingestion job using the Get Job Status endpoint.
Make sure your CSV file follows the correct format with all required fields to ensure successful processing.