CommerceCloud Change Export Status
Update the Export Status of an Order in CommerceCloud
What it does
- Takes 6 inputs and produces 2 outputs.
Inputs
| Name | Type | Description |
|---|---|---|
| Host | String | CommerceCloud Host |
| Client ID | String (sensitive) | CommerceCloud Client ID |
| Client Secret | String (sensitive) | CommerceCloud Client Secret |
| Site ID | String | CommerceCloud Site ID |
| Order Number | String | Order Number to update |
| Status | String | New status for the order |
Outputs
| Name | Type | Description |
|---|---|---|
| Success | Boolean | Whether the order status was updated successfully |
| Message | String | Status update result message |