Skip to content

Receive a storage unit from another partner

POST
/partners/{id}/storage_units/move
curl --request POST \
--url https://example.com/partners/example/storage_units/move \
--header 'Content-Type: application/json' \
--data '{ "barcode": "example", "account_id": "example", "new_barcode": "example", "location_id": "example" }'
id
required
string
Media typeapplication/json
object
barcode
required
string
account_id
required
string
new_barcode
Any of:
string
location_id
required
string
Examplegenerated
{
"barcode": "example",
"account_id": "example",
"new_barcode": "example",
"location_id": "example"
}
Media typeapplication/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"
}