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:

InputTypeDescription
EmailStringThe action will search for orders matching this email address.
HostStringThe hostname of your Commerce Cloud instance, for example www.digitalgenius.com.
Client IDStringClient ID created during the integration setup process in API Access
Client SecretStringClient Secret created during the integration setup process in API Access

Outputs

OutputTypeDecription
SuccessBooleantrue if managed to find an order; false if no orders found.
OrdersListIf some orders are found then this output will have the list of order objects with all the order fields.