/inventory
Update the available inventory used by Purple Dot for exporting pre-orders.
Request:
sku
- The SKU for which inventory level is being updatedavailable_units
- The number of units of the SKU available
The request indicates the total number of units available, not the change since the last call, and is therefore idempotent.
Response:
201 Created
- Indicating the update has been receivedsku
- The SKU for which the inventory level was updatedavailable_units
- The new number of units available
Examples:
Last updated