Skip to content

Create storage unit for partner location

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