CreateStoreDTO
The store to be created.
name
stringThe name of the store.
supported_currency_codes
string[]The supported currency codes 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.
metadata
Record<string, any>Holds custom data in key-value pairs.
Was this section helpful?