Skip to main content
Skip to main content

UpsertStoreDTO

The attributes in the store to be created or updated.

idstring
The ID of the store.
namestring
The name of the store.
supported_currency_codesstring[]
The supported currency codes of the store.
default_currency_codestring
The default currency code of the store.
default_sales_channel_idstring
The associated default sales channel's ID.
default_region_idstring
The associated default region's ID.
default_location_idstring
The associated default location's ID.
metadataRecord<string, any>
Holds custom data in key-value pairs.
Was this section helpful?