Shopify Search for Orders Basic Info by Email
Uses Shopify endpoints:
š GET /admin/api/2025-04/customers/search.json
š GET /admin/api/2025-04/customers/{customer_id}/orders.json
This action finds a customer by email and retrieves basic information for their orders.
Inputs
Name | Type | Description |
---|---|---|
Shopify Domain | String | Shopify Domain |
Shopify API Key | Sensitive String | API key |
Shopify API Secret | Sensitive String | API secret |
Customer Email | String | Email to search for |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Whether any orders were found |
Orders | List | List of orders with basic details |
Updated 1 day ago