Whiplash V2 Change Shipping Address

Action used to change shipping address for orders in Whiplash.

Inputs

NameTypeDescription
Whiplash Access TokenSensitiveStringWhiplash Refresh Token
Order IdStringWhiplash Order Id
Shipping NameOptional StringThe full name of the person associated with the shipping address.
Shipping Address 1Optional StringThe street address of the shipping address.
Shipping Address 2Optional StringAn optional additional field for the street address of the shipping address.
Shipping CityOptional StringThe city, town, or village of the shipping address.
Shipping StateOptional StringThe name of the region (for example, province, state, or prefecture) of the shipping address.
Shipping ZipOptional StringThe postal code (for example, zip, postcode, or Eircode) of the shipping address.
Shipping CountryOptional StringThe name of the country of the shipping address.
Shipping PhoneOptional StringThe phone number at the shipping address.
Shipping Address ObjectOptional ObjectEntire object in the Shopify format. Including fields: shipping_name, shipping_address1, shipping_address2, shipping_city, shipping_state, shipping_zip, shipping_country, shipping_phone.

Outputs

NameTypeDescription
SuccessBooleanWhether the action was performed successfully
Updated OrderObjectUpdated Whiplash Order Object
Formatted AddressStringFormatted shipping address after update