AdminPostStockLocationsReq
The details of the stock location to create.
Properties
name
stringRequiredthe name of the stock location
address
StockLocationAddressA new stock location address to create and associate with the stock location. Only required if address\_id
is not provided.
address
StockLocationAddressaddress\_id
is not provided.address_id
stringthe ID of an existing stock location address to associate with the stock location. Only required if
address
is not provided.metadata
Record<string, unknown>An optional key-value map with additional details
Was this section helpful?