CommerceCloud Find Order by Order Number
Find order by order number.
This action will retrieve an order from CommerceCloud that matches a specific order number.
Inputs
In order to use the action in your flow you need to provide it the following inputs:
Input | Type | Description |
---|---|---|
Order Number | String | The action will search for an order matching this order number. |
Host | String | The hostname of your Commerce Cloud instance, for example www.digitalgenius.com. |
Client ID | String | Client ID created during the integration setup process in API Access |
Client Secret | String | Client Secret created during the integration setup process in API Access |
Outputs
Output | Type | Decription |
---|---|---|
Success | Boolean | true if managed to find an order; false if no orders found. |
Order | Object | If the order is found then this output will have the order object that with all the order fields. |
Updated 12 months ago