v1

latestOpenAPI 3.1.02026-07-24571564.5 KB
Subscriptions

Update delivery address

Updates the delivery address for the subscription. Optionally recalculates shipping rate based on the new address.

put/subscriptions/{subscriptionId}/delivery-address

Path parameters

subscriptionIdstring required

Subscription Id

Request body

firstNamestring

First name

lastNamestring

Last name

companystring

Company name

address1string required

Address line 1

address2string

Address line 2

citystring required

City

provinceCodestring

Province/state code

countryCodestring required

Country code (ISO 3166-1 alpha-2)

zipstring required

Postal/ZIP code

phonestring

Phone number

recalculateShippingRateboolean

Whether to recalculate shipping rate based on new address (default false)

Response

Delivery address updated