Skip to main content
Skip to main content

AdminPostStoreReq

constructor


Properties

currenciesstring[]
Array of available currencies in the store. Each currency is in 3 character ISO code format.
default_currency_codestring
The default currency code of the Store.
invite_link_templatestring
A template for invite links - use {{invite\_token}} to insert the invite token
metadataRecord<string, unknown>
An optional set of key-value pairs with additional information.
namestring
The name of the Store
payment_link_templatestring
A template for payment links - use &#123;&#123;cart\_id&#125;&#125; to insert the Cart ID
swap_link_templatestring
A template for Swap links - use &#123;&#123;cart\_id&#125;&#125; to insert the Swap Cart ID
Was this section helpful?