CreatePartnerWarehouseRequest
namestringrequired
Warehouse name
codestringrequired
Short warehouse code
totemGroupIdstring
Optional totem group UUID
hasDisplaybooleanrequired
Whether this warehouse has a display screen
externalIdstring
Optional external ID in the partner's ERP
CreatePartnerWarehouseRequest
{
"name": "string",
"code": "string",
"totemGroupId": "string",
"hasDisplay": true,
"externalId": "string"
}