Shopify Get User by User ID

Retrieves a customer record from Shopify by their numeric customer ID. Returns the full customer object including name, email, addresses and order history metadata.

What it does

  • Calls the Shopify Admin REST API to fetch the customer by ID.
  • Returns the complete customer data object.

Notes

  • Uses the Shopify REST Admin API (version 2025-04).
  • Accepts both admin access tokens and Basic auth credentials.

Inputs

NameTypeDescription
Customer IDStringShopify numeric customer ID
Shopify DomainCredentialsStore subdomain (e.g. my-store for my-store.myshopify.com)
Shopify TokenCredentials (sensitive)Admin API access token

Outputs

NameTypeDescription
SuccessBooleanWhether the customer was found
Customer DataObjectFull Shopify customer object

API reference