Shopify Search for Orders Basic Info by Email

Search for orders' basic information by customer email address

The action retrieves the basic orders' information based on customer email.
Each order found by customer email will contain the following information:

  • order_number
  • fulfillment_status
    Valid values:
542
  • created_at (the date when the order was created)
  • total_price

The action will return Success output = false and an empty list of orders in the following cases:

  • If no customer is found based on the input email
  • If the customer was found, but no orders were found for this customer
  • If more than one customer is identified based on input email

Action Inputs

NameDescription
Shopify SubdomainShopify sub-domain from store Shopify account.
For example, if the URL of the store Shopify account is: https://digitalgenius.myshopify.com/
than the sub-domain is: digitalgenius
Shopify API KeyShopify API key needed for authentication.
Read here how to find your Shopify credentials.
Shopify API SecretShopify API secret.
Read here how to find your Shopify credentials.
Customer EmailCustomer email address based on which the order should be found.

Action Outputs

NameDescription
SuccessWhether the orders were found or not. This output can be used in branching conditions to decide what the flow should do if the orders were found and if not.
OrdersList of found orders

Output example:

555