Skip to main content
PATCH
Update Store Settings

Authorizations

Authorization
string
header
required

API Key. Example: sk_live_xxxxx or pk_live_xxxxx

Body

application/json

Update store settings. Currency can only be changed in the initial state with no product/order data. Returns 409 Conflict if products/orders exist when changing currency.

name
string
currency
string

ISO 4217. Cannot be changed if product/order data exists

timezone
string
prices_include_tax
boolean
tax_rate
integer
metadata
object

Response

200 - application/json

Success

id
string
name
string
currency
string
timezone
string
prices_include_tax
boolean
tax_rate
integer

basis points. 1000 = 10%

metadata
object