The ItemWarehouse JSON object defines the quantity of inventory available at a specific warehouse.
- isodate fields use one of these ISO 8601 formats: 2014-01-01T10:30:00.000+01:00, 2014-01-01T10:30:00.000+0100, 2014-01-01T10:30:00.000Z
- Dsco reserves the right to add new attributes at any time so Partners should ensure their validators won't break should this happen
Attributes
Name | Req | Type | Description |
---|---|---|---|
code | ✓ |
string | The supplier's unique ID for the warehouse |
dscoId | string | Dsco's unique ID for the warehouse | |
retailerCode | string | The retailer's unique ID for the warehouse | |
quantity | int | The quantity of the associated item at this warehouse | |
cost | float | The cost of the associated item at this warehouse |
Example
{ "code": "us-westcoast-wh-2", "dscoId": "aaabbbccc", "retailerCode": "Acme Supplier X West Coast 2", "quantity": 22, "cost": 23.99 }
Comments
Please sign in to leave a comment.