Submit Inventory Batches With Attributes
Author:
Fluent Commerce
Changed on:
9 Jan 2025
Key Points
- Create new Inventory Batches using the Job API
- Sample Inventory batch payload
- Inventory batch details
Steps
API Authentication
Authenticate against the Retailer you are sending the Inventory Batch to
Please follow the Authentication API page for how to Authenticate against a Retailer.The returned token will be used to authenticate all the following API calls.
Set Up a New Job to Execute Your Batches
This ID number is the created job ID. Save this ID as we will use it in the following requests for sending a Batch. This Job ID and the created Job will be used to group subsequent Batches together.
Create and send a new Inventory Batch
Inventory Batch Model
The returned id will be used to check the Batch status in a following call. If you needed to send multiple groups of updates you would run this call for each group of Batches that you are running. If you needed to send 15,000 updates, you would run this 3 times for every 5,000 records( for illustration ) , all under the same Job, using the same job ID.For a more technical deep dive into how Batch processing works when BPP is enabled, check out this document