CreateStockLocationInput
CreateStockLocationInput: Object
Represents the Input to create a Stock Location
Properties
name
stringRequiredThe name of the stock location.
address_id
stringThe associated address's ID.
address
string | StockLocationAddressInputThe associated address.
metadata
Record<string, unknown>Holds custom data in key-value pairs.
Was this section helpful?