Shopify Connector
Documentation
Version: 1
Documentation

EndPoint Get Customer


Name

get_customer

Description

Gets a specific customer. [API Help]

Parameters

Parameter Label Required Options Description
Id Customer Id YES The ID of the customer for which data should be read.
fields Only Fields to Show NO
Option Value
id id
email email
accepts_marketing accepts_marketing
created_at created_at
updated_at updated_at
first_name first_name
last_name last_name
orders_count orders_count
state state
total_spent total_spent
last_order_id last_order_id
note note
verified_email verified_email
multipass_identifier multipass_identifier
tax_exempt tax_exempt
tags tags
last_order_name last_order_name
currency currency
phone phone
accepts_marketing_updated_at accepts_marketing_updated_at
marketing_opt_in_level marketing_opt_in_level
sms_marketing_consent sms_marketing_consent
admin_graphql_api_id admin_graphql_api_id
Limit data retrieval to only the selected customer-related fields.

Output Columns

Label DataType Length Raw Description
Id DT_I8 0 False
Email DT_WSTR 255 False
AcceptsMarketing DT_BOOL 0 False
CreatedAt DT_DBTIMESTAMP 0 False
UpdatedAt DT_DBTIMESTAMP 0 False
FirstName DT_WSTR 255 False
LastName DT_WSTR 255 False
OrdersCount DT_I4 0 False
State DT_WSTR 255 False
TotalSpent DT_WSTR 50 False
LastOrderId DT_I8 0 False
Note DT_WSTR 4000 False
VerifiedEmail DT_BOOL 0 False
MultipassIdentifier DT_WSTR 255 False
TaxExempt DT_BOOL 0 False
TaxExemptions DT_WSTR 4000 True
Tags DT_WSTR 4000 False
LastOrderName DT_WSTR 255 False
Currency DT_WSTR 20 False
Phone DT_WSTR 30 False
AcceptsMarketingUpdatedAt DT_DBTIMESTAMP 0 False
MarketingOptInLevel DT_WSTR 255 False
SMSMarketingConsent DT_WSTR 255 False
AdminGraphQLApiId DT_WSTR 255 False
DefaultAddressId DT_WSTR 255 False
DefaultAddressCustomerId DT_WSTR 255 False
DefaultAddressFirstName DT_WSTR 255 False
DefaultAddressLastName DT_WSTR 255 False
DefaultAddressCompany DT_WSTR 255 False
DefaultAddressAddress1 DT_WSTR 255 False
DefaultAddressAddress2 DT_WSTR 255 False
DefaultAddressCity DT_WSTR 255 False
DefaultAddressProvince DT_WSTR 255 False
DefaultAddressCountry DT_WSTR 255 False
DefaultAddressZip DT_WSTR 255 False
DefaultAddressPhone DT_WSTR 255 False
DefaultAddressName DT_WSTR 255 False
DefaultAddressProvinceCode DT_WSTR 255 False
DefaultAddressCountryCode DT_WSTR 255 False
DefaultAddressCountryName DT_WSTR 255 False
EmailMarketingConsentState DT_WSTR 255 False
EmailMarketingConsentOptInLevel DT_WSTR 255 False
EmailMarketingConsentUpdatedAt DT_DBTIMESTAMP 0 False

Input Columns

Label DataType Length Raw Description
There are no Static columns defined for this endpoint. This endpoint detects columns dynamically at runtime.