Query Parameters
Required range:
x >= 0Example:
0
Required range:
x >= 1Example:
100
curl --request GET \
--url https://api.sandbox.usenash.com/v1/inventory{
"inventory": [
{
"id": "<string>",
"productId": "prod_123",
"externalProductId": "ext_001",
"storeLocationId": "store_001",
"externalStoreLocationId": "ext_store_002",
"quantity": 50,
"valueCents": 299,
"currency": "USD",
"available": true,
"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{
"inventory": [
{
"id": "<string>",
"productId": "prod_123",
"externalProductId": "ext_001",
"storeLocationId": "store_001",
"externalStoreLocationId": "ext_store_002",
"quantity": 50,
"valueCents": 299,
"currency": "USD",
"available": true,
"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
}x >= 00
x >= 1100