Skip to content

Get storage unit

GET
/partners/{id}/locations/{location_id}/storage_units/{unit_id}
curl --request GET \
--url https://example.com/partners/example/locations/example/storage_units/example
id
required
string
location_id
required
string
unit_id
required
string
Media type application/json
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"
}