CommerceCloud Find Orders by Email
Find orders by email.
This action will retrieve orders from CommerceCloud that match a specific email address.
Inputs
In order to use the action in your flow you need to provide it the following inputs:
Input | Type | Description |
---|---|---|
String | The action will search for orders matching this email address. | |
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. |
Orders | List | If some orders are found then this output will have the list of order objects with all the order fields. |
Updated 12 months ago