Skip to main content
POST
Update shipping options

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is the account token returned from the Login endpoint.

Path Parameters

subscriptionId
string<uuid>
required

Subscription ID

Body

application/json
shippingOption
enum<string>
required

Preferred shipping option

Available options:
pickup,
delivery
shippingAddress
string<uuid> | null

Customer address ID. Required when shipping_option is delivery

pickupLocation
string<uuid> | null

Shipping method / pickup location ID. Required when shipping_option is pickup

Response

Shipping options updated

The response is of type object.