Home Bargains Search for Order
This custom action for Home Bargains retrieves the order information for a given customer email and / or order number.
- If order number only is given, the action retrieves the information for that specific order
- If email only is given the action retrieves the most recent order corresponding to that email address
- If both order number and email are given, the action retrieves the order that corresponds to that email and order number
Action Inputs
Title | Type | Description |
---|---|---|
String | The customer email | |
Order number | String | The customer order number |
Action Outputs
Title | Type | Description |
---|---|---|
Success | Boolean(true/false) | Whether the action successfully retrieved anything |
Order | Object | The JSON order information |
Updated 8 days ago