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:

InputTypeDescription
Order NumberStringThe action will search for an order matching this order number.
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.
OrderObjectIf the order is found then this output will have the order object that with all the order fields.