Shopify Get Customer By Id
Allows you to get customer details with their customer id.
Uses this endpoint behind the scenes: https://shopify.dev/docs/api/admin-rest/2024-01/resources/customer#get-customers-customer-id
Inputs
Name | Type | Description |
---|---|---|
Shopify Token | SensitiveString | Shopify API Token |
Shopify Domain | String | Shopify Domain |
Customer ID | String | Shopify Customer ID |
Outputs
Name | Type | Description |
---|---|---|
Success | Boolean | Success |
Customer Data | Object | Customer data details |
Updated 9 months ago