Skip to main content
PATCH
Update shipping settings

Supported products

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
countriesShippedTo
object
required

An object representing the countries to which shipments are allowed. The structure of this object is not detailed in the specification.

collectShippingAddressByDefault
boolean

A boolean indicating whether the shipping address should be collected by default.

Response

successful operation

collectShippingAddressByDefault
boolean
required

A boolean indicating whether the shipping address is collected by default.

countriesShippedTo
string[]
required

An array of strings representing the list of countries to which shipping is available. Two digit ISO country codes are used.

Last modified on September 11, 2026