Query customer details
GET https://{handle}.myshopline.com/admin/openapi/v20250601/customers/v2/:id.json
handle
: The store's unique identifier, which is the prefix of the store's domain name. For example, if a store's domain name is open001.myshopline.com
, the store handle is open001
.Ask customer details v 2
Path Parameters
- id string requiredCustomer IDExample:
4201825054
Query Parameters
- fields stringLimit the fields of the returned objectExample:
id,first_name
Request Headers
- Content-Type requiredThe value of this field is fixed to
application/json; charset=utf-8
- Authorization string requiredThe access token for the API. Please refer to App authorization to obtain the access token, and then put the obtained access token into the API request header in Bearer Token.Example:
Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Response
- 200
- 401
- 429
For more information about status codes, see Http status code.
Response Headers
traceId
traceId
Response Body
customerobject
Customer detailsaccepts_marketing booleanMail subscription or notExample:true
accepts_marketing_updated_at stringMail subscription time ( format see ISO8601 )Example:2022-05-31T15:32:46+08:00
accepts_mobile_marketing booleanAccept telemarketing or notExample:true
accepts_mobile_marketing_updated_at stringPhone subscription time ( format see ISO8601 )Example:2022-05-31T15:32:46+08:00
addressesobject[]
Address information listaddress1 stringAddress 1Example:7720 Cherokee Road
address2 stringAddress 2Example:Apartment 2
city stringCityExample:Hagerman
company stringCompanyExample:Joy
country stringCountryExample:United States
country_code stringCountry codeExample:US
customer_id stringCustomer idExample:4201825054
default booleanDefault address or notExample:true
first_name stringnameExample:Bob
id stringAddress IDExample:207119551
last_name stringLast nameExample:Norman
phone stringTelephone numberExample:008615834564475
province stringProvinceExample:Kentucky
province_code stringProvincial encodingExample:KY
zip stringZip codeExample:40202
asid stringFB login IDExample:481007156599455
birthday stringCustomer birthday Format: YYYYMMDDExample:19970102
created_at stringCreate time ( format see ISO8601 )Example:2022-09-07T10:53:31+08:00
currency stringCurrencyExample:USD
default_addressobject
Default addressaddress1 stringAddress 1Example:7720 Cherokee Road
address2 stringAddress 2Example:Apartment 2
city stringCityExample:Hagerman
company stringCompanyExample:Joy
country stringCountryExample:United States
country_code stringCountry codeExample:US
customer_id stringCustomer idExample:4201825054
default booleanDefault address or notExample:true
first_name stringnameExample:Bob
id stringAddress IDExample:207119551
last_name stringLast nameExample:Norman
phone stringTelephone numberExample:008615834564475
province stringProvinceExample:Kentucky
province_code stringProvincial encodingExample:KY
zip stringZip codeExample:40202
email stringMailExample:gungcherny@gamil.com
email_marketing_consentobject
E-mail marketing subscription informationconsent_collected_from stringSubscription information sourceconsent_updated_at stringSubscription change timeExample:2022-09-07T10:53:31+08:00
opt_in_level integerSubscription method ( 0 : unknown ; 1 : single_opt_in ; 2 : confirmed_opt_in )Example:1
state integerSubscription status ( 0 : cancelled subscription ; 1 : on subscription ; 2 : not on subscription ; 3 : on-subscription confirmation )Example:1
email_subscribe_flag integerMailbox subscription status 0 : cancelled subscription , 1 : already available , 2 : not availableExample:1
first_name stringUser nameExample:Bob
gender stringGender : male / female / others/secretExample:female
id stringCustomer idExample:4201825054
language stringCustomer languageExample:en
last_name stringUser last nameExample:Norman
last_order_id stringRecent order numberExample:2005473211984312275741
last_order_name stringRecent custom single numberExample:#20279M
mobile_subscribe_flag integerMobile phone subscription status 0 : cancelled subscription , 1 : already available , 2 : not availablemultipass_identifier stringMultipass markersnick_name stringNicknameExample:BobNorman
note stringRemarkExample:Placed an order that had a fraud warning
orders_count longOrder quantityExample:12
phone stringPhone numberExample:008615834564475
sms_marketing_consentobject
Sms marketing subscription informationconsent_collected_from stringSubscription information sourceconsent_updated_at stringSubscription change timeExample:2022-09-07T10:53:31+08:00
opt_in_level integerSubscription method ( 0 : unknown ; 1 : single_opt_in ; 2 : confirmed_opt_in )Example:1
state integerSubscription status ( 0 : cancelled subscription ; 1 : on subscription ; 2 : not availableExample:1
social_customer arraySocial media user IDExample:[6612273988815231]
state integerCustomer status [ 0 : disabled account , 1 : to enable account , 2 : invited account , 3 : valid account ]Example:2
tags stringCustomer tagExample:loyal
total_spent stringTotal cost amountExample:100
updated_at stringUpdate time ( format see ISO8601 )Example:2022-09-07T10:53:31+08:00
verified_email booleanVerify if e-mail or not
API Explorer
Debugger
Was this article helpful to you?