AdminPostStoreReq
constructor
Properties
currencies
string[]Array of available currencies in the store. Each currency is in 3 character ISO code format.
default_currency_code
stringThe default currency code of the Store.
invite_link_template
stringA template for invite links - use
{{invite\_token}}
to insert the invite tokenmetadata
Record<string, unknown>An optional set of key-value pairs with additional information.
name
stringThe name of the Store
payment_link_template
stringA template for payment links - use
{{cart\_id}}
to insert the Cart IDswap_link_template
stringA template for Swap links - use
{{cart\_id}}
to insert the Swap Cart IDWas this section helpful?