AdminPostStoreReq
The details to update of the store.
Properties
name
stringThe name of the Store
swap_link_template
stringA template for Swap links - use
{{cart\_id}}
to insert the Swap Cart IDpayment_link_template
stringA template for payment links - use
{{cart\_id}}
to insert the Cart IDinvite_link_template
stringA template for invite links - use
{{invite\_token}}
to insert the invite tokendefault_currency_code
stringThe default currency code of the Store.
currencies
string[]Array of available currencies in the store. Each currency is in 3 character ISO code format.
metadata
Record<string, unknown>An optional set of key-value pairs with additional information.
Was this section helpful?