CommerceCloud Change Shipping Address
Change the shipping address of an order in CommerceCloud
What it does
- Takes 6 inputs and produces 1 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Host | String | CommerceCloud Host |
| Site ID | String | CommerceCloud Site ID |
| Order Number | String | Order number to update |
| Client ID | String (sensitive) | CommerceCloud Client ID |
| Client Secret | String (sensitive) | CommerceCloud Client Secret |
| Address JSON | Object | Address Body to send in payload |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the address was updated successfully |