Shopify Update Order Shipping Address
Update order shipping address
Inputs
| Name | Type | Description |
|---|---|---|
| Shopify Token | SensitiveString | Shopify API token |
| Shopify Domain | String | Shopify domain |
| Order ID | String | Order ID |
| Address1 | Optional String | The street address of the shipping address. |
| Address2 | Optional String | An optional additional field for the street address of the shipping address. |
| City | Optional String | The city, town, or village of the shipping address. |
| Company | Optional String | The company of the person associated with the shipping address. |
| Country | Optional String | The name of the country of the shipping address. |
| Country Code | Optional String | The two-letter code (ISO 3166-1 format) for the country of the shipping address. |
| First Name | Optional String | The first name of the person associated with the shipping address. |
| Last Name | Optional String | The last name of the person associated with the shipping address. |
| Latitude | Optional String | The latitude of the shipping address. |
| Longitude | Optional String | The longitude of the shipping address. |
| Name | Optional String | The full name of the person associated with the payment method. |
| Phone | Optional String | The phone number at the shipping address. |
| Province | Optional String | The name of the region (for example, province, state, or prefecture) of the shipping address. |
| Province Code | Optional String | The two-letter abbreviation of the region of the shipping address. |
| ZIP | Optional String | The postal code (for example, zip, postcode, or Eircode) of the shipping address. |
| Shipping Address Object | Optional Object | Entire 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
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether successfully updated the order |
| Order | Object | Order |
Updated over 1 year ago
