- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
StockLocationDTO
StockLocationDTO: Object
Represents a Stock Location
id
stringThe ID of the stock location.
name
stringThe name of the stock location.
metadata
Record<string, unknown> | nullHolds custom data in key-value pairs.
address_id
stringThe associated address's ID.
fulfillment_sets
FulfillmentSetDTO[]Fulfillment sets for the location
fulfillment_sets
FulfillmentSetDTO[]created_at
string | DateThe creation date of the stock location.
updated_at
string | DateThe update date of the stock location.
deleted_at
string | Date | nullThe deletion date of the stock location.
The address of the stock location.
Was this page helpful?