CommerceTools Search for Order by Email

Inputs

In order to use the action in your flow you need to provide it the following inputs:

InputTypeDescription
EmailStringThe action will search for an order matching this email.
API URLStringThe hostname of your CommerceTools instance
AUTH URLStringThe aith url of your CommerceTools instance
Project KeyStringCommerceTools project key
Client IDStringClient ID created during the integration setup process
Client SecretStringClient Secret created during the integration setup process

Outputs

OutputTypeDecription
SuccessBooleantrue if managed to find an order; false if no orders found.
OrderObjectIf the order is found then this output will have the order object that with all the order fields.