Update store by ID

patch
/stores/{id}

Update a store by ID.

id
string
required

The ID of the store.

source_updated_at
string

The timestamp indicating the last update to the store, formatted in ISO 8601 standard.

Example:
2024-05-06T12:32:00+01:00
name
string

The shop's name.

<= 256 characters
Example:
My Store
support_email
string

Support email address for your store.

<= 256 characters
Example:
support@example.com
owner_email
string

The email address of the store owner.

<= 256 characters
Example:
store_owner@example.com
timezone_identifier
string

The name of the timezone of your store located, as defined by the IANA timezone database standard.

<= 256 characters
Example:
America/New_York
weight_unit
string

Unit of measurement for weight used by the store, such as "lb" or "kg"

<= 64 characters
Example:
lb
phone
string

The store's phone number in E.164 format.

<= 256 characters
Example:
+11234567890
address
object

The physical address of the store.

street_1
string

First line of the store's street address.

<= 256 characters
street_2
string

Second line of the store's street address.

<= 256 characters
street_3
string

Third line of the store's street address.

<= 256 characters
city
string

The city, town, or village where the store is located.

<= 256 characters
state
string

Indicates the state or region where the store is located, such as a province, state, or prefecture.

<= 256 characters
postal_code
string

The postal code of the store (also known as zip code, postcode, Eircode, etc.).

<= 256 characters
country_region
string

The store's country/region in ISO 3166-1 alpha-3 format.

Example:
USA
Match pattern:
^[A-Z]{3}$
coordinate
object

Store address coordinate.

Auth
:
Parameters
:
Body
preparing...