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": {
"weighted_item_info": {
"value_cents_per_measurement_unit": 120
}
}
}
],
"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": {
"weighted_item_info": {
"value_cents_per_measurement_unit": 120
}
}
}
],
"totalResults": 123
}
x >= 0
0
x >= 1
100
OK
The response is of type object
.