cURL
curl --request GET \ --url https://api.sandbox.usenash.com/v1/inventory \ --header 'Authorization: Bearer <token>'
{ "inventory": [ { "id": "<string>", "productId": "prod_123", "storeLocationId": "store_001", "quantity": 50, "available": true, "externalProductId": "ext_001", "externalStoreLocationId": "ext_store_002", "valueCents": 299, "currency": "USD", "location": { "aisle": "Produce", "bay": "Fruits", "shelf": "Bananas" }, "details": { "weightedItemInfo": { "valueCentsPerMeasurementUnit": 120 } }, "providerConfigs": [ { "currency": "USD", "details": { "weightedItemInfo": { "valueCentsPerMeasurementUnit": 135 } }, "provider": "X", "serviceType": "pick_and_deliver", "valueCents": 299 } ] } ], "totalResults": 123 }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 0
0
x >= 1
100
"organic apples"
"pro_123,pro_456"
"SKU-001,SKU-002"
"fresh fruit for smoothies"
OK
Show child attributes