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
}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.
x >= 00
x >= 1100
"organic apples"
"pro_123,pro_456"
"SKU-001,SKU-002"
"fresh fruit for smoothies"
OK
Show child attributes
The product ID associated with this inventory item
"prod_123"
The store location ID where this inventory is located
"store_001"
The quantity of the product in stock
50
Whether the product is available for purchase
true
The external product ID from an external system
"ext_001"
The external store ID from an external system
"ext_store_002"
The price of the product in cents
299
The currency code for the product price
"USD"
The location data for the product in the store
Show child attributes
{
"aisle": "Produce",
"bay": "Fruits",
"shelf": "Bananas"
}Additional inventory details
{
"weightedItemInfo": { "valueCentsPerMeasurementUnit": 120 }
}Provider-specific configurations for this inventory item
Show child attributes
Provider name
"X"
Service type (e.g., pick_and_deliver, marketplace)
"pick_and_deliver"
The price of the product in cents for this provider
299
The currency code for the product price
"USD"
Additional pricing details for this provider
Show child attributes
Weight information per inventory item
Show child attributes
The price per cents per measurement unit
120
Whether this provider config is enabled
true
[
{
"currency": "USD",
"details": {
"weightedItemInfo": { "valueCentsPerMeasurementUnit": 135 }
},
"provider": "X",
"serviceType": "pick_and_deliver",
"valueCents": 299
}
]