Skip to content

Update a storage unit

PATCH
/partners/{id}/locations/{location_id}/storage_units/{unit_id}
curl --request PATCH \
--url https://example.com/partners/example/locations/example/storage_units/example \
--header 'Content-Type: application/json' \
--data '{ "type": "example", "sku": "example", "size": "NaN", "quantity": "NaN", "station_id": "example", "location": "example", "location_id": "example" }'
id
required
string
location_id
required
string
unit_id
required
string
Media type application/json
object
type
Any of:
Any of:
string
sku
Any of:
Any of:
string
size
Any of:
Any of:
Any of:
number
quantity
Any of:
Any of:
Any of:
number
station_id
Any of:
Any of:
string
location
Any of:
Any of:
string
location_id
Any of:
Any of:
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"
}