Home Bargains Search for Order

This custom action for Home Bargains retrieves the order information for a given customer email and / or order number.

  1. If order number only is given, the action retrieves the information for that specific order
  2. If email only is given the action retrieves the most recent order corresponding to that email address
  3. If both order number and email are given, the action retrieves the order that corresponds to that email and order number

Action Inputs

TitleTypeDescription
EmailStringThe customer email
Order numberStringThe customer order number

Action Outputs

TitleTypeDescription
SuccessBoolean(true/false)Whether the action successfully retrieved anything
OrderObjectThe JSON order information