StoreDTO
The store details.
id
stringRequiredThe ID of the store.
name
stringRequiredThe name of the store.
supported_currency_codes
string[]RequiredThe supported currency codes of the store.
metadata
null | Record<string, any>RequiredHolds custom data in key-value pairs.
created_at
stringRequiredThe created at of the store.
updated_at
stringRequiredThe updated at of the store.
default_currency_code
stringThe default currency code of the store.
default_sales_channel_id
stringThe associated default sales channel's ID.
default_region_id
stringThe associated default region's ID.
default_location_id
stringThe associated default location's ID.
Was this section helpful?