Shopify Update Order Shipping Address

Update order shipping address

Inputs

NameTypeDescription
Shopify TokenSensitiveStringShopify API token
Shopify DomainStringShopify domain
Order IDStringOrder ID
Address1Optional StringThe street address of the shipping address.
Address2Optional StringAn optional additional field for the street address of the shipping address.
CityOptional StringThe city, town, or village of the shipping address.
CompanyOptional StringThe company of the person associated with the shipping address.
CountryOptional StringThe name of the country of the shipping address.
Country CodeOptional StringThe two-letter code (ISO 3166-1 format) for the country of the shipping address.
First NameOptional StringThe first name of the person associated with the shipping address.
Last NameOptional StringThe last name of the person associated with the shipping address.
LatitudeOptional StringThe latitude of the shipping address.
LongitudeOptional StringThe longitude of the shipping address.
NameOptional StringThe full name of the person associated with the payment method.
PhoneOptional StringThe phone number at the shipping address.
ProvinceOptional StringThe name of the region (for example, province, state, or prefecture) of the shipping address.
Province CodeOptional StringThe two-letter abbreviation of the region of the shipping address.
ZIPOptional StringThe postal code (for example, zip, postcode, or Eircode) of the shipping address.
Shipping Address ObjectOptional ObjectEntire object in the Shopify format. Including fields: address1, address2, city, company, country, country_code, first_name, last_name, latitude, longitude, name, phone, province, province_code, zip.

Outputs

NameTypeDescription
SuccessBooleanWhether successfully updated the order
OrderObjectOrder