Skip to content

List storage units for a partner location

GET
/partners/{id}/locations/{location_id}/storage_units
curl --request GET \
--url https://example.com/partners/example/locations/example/storage_units
id
required
string
location_id
required
string
Media type application/json
Array<object>
object
id
required
string
account_id
required
Any of:
string
location_id
required
Any of:
string
station_id
required
Any of:
string
barcode
required
Any of:
string
type
required
Any of:
string
sku
required
Any of:
string
location
required
Any of:
string
size
required
Any of:
Any of:
number
quantity
required
Any of:
number
completed
required
Any of:
boolean
packaging
required
Array<string>
anonymous
required
boolean
created_at
required
string
updated_at
required
string
Example
[
{
"size": "NaN",
"quantity": "NaN"
}
]