CommerceCloud Change Order Confirmation Status
Change the confirmation status 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 |
| Confirmation Status | String | New confirmation status for the order |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the confirmation status was updated successfully |