jobId
| - Type: String
- Description: { "jobId": "223" }
- The unique identifier associated with the Job.
|
action
| - Type: String
- Description: { "action": "UPSERT" }
- The type of operation that will be applied to all records in the batch. Possible values are UPSERT.
- UPSERT: Insert the record. If the record already exists then update the existing record.
|
entityType
| { "retailerId": "197" } { "inventoryId": "56470" } { "skuRef" : "29SPM0020X96-1-8" } { "locationRef" : "158" } { "qty": "10" } { "correctedQty": "2" } { "reservedQty": "2" }
An array of InventoryPost records- retailerId(string): The retailer identifier assigned by Fluent Commerce.
- inventoryId (string): The unique identifier assigned by Fluent Commerce.
- skuRef (string): The unique reference or code provided by the retailer.
- locationRef (string): The location (i.e. store) number.
- qty (integer): The stock on hand.
- correctedQty (integer): Correction quantity based on stock updates.
- reservedQty (integer): Quantity reserved due to unfulfilled orders.
|
| status | Type: StringDescription:{ "status": "RUNNING" }The state of the batch:- PENDING - The Batch has been created but is not currently running
- RUNNING - The Batch is being processed
- COMPLETE - Batch has been processed ( with or without errors )
|