Inventory
Our API is capable of generate both Analytical and Synthetical Invetories. By definition an Analytical Inventory have individual records about the inventory and a Synthetical one has only de aggregated inventory.
Analytical Inventories can be generated through our Get Analytical Audit Inventory endpoint, the query parameters are:
Name | Description | Req. |
---|---|---|
relationalOperationalId | Logistics Operation Id in ERP. | Yes |
relationalProductId | Product Id in ERP. | No |
retroactiveDate | The initial date the Inventory will consider. | No |
If you pass the
relationalProductId
parameter, only this product will be considered for inventory.
If you don't pass the
retroactiveDate
the inventory will consider all available data.
Synthetic Inventories can be generated through our Get Synthetic Audit Inventory endpoint.
Name | Description | Req. |
---|---|---|
relationalOperationalId | Logistics Operation Id in ERP. | Yes |
relationalProductId | Product Id in ERP. | No |
retroactiveDate | The initial date the Inventory will consider. | No |
If you pass the
relationalProductId
parameter, only this product will be considered for inventory.
If you don't pass the
retroactiveDate
the inventory will consider all available data.
Updated over 2 years ago