Check customer information via email
POST https://{handle}.myshopline.com/admin/openapi/v20250601/customers/query_user_by_email.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
.Query customer details via email.
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
Request Body
- email string requiredUser mailboxExample:
gungcherny@gamil.com
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 stringEmail subscription time (see IOS8601 for the format)Example:2022-05-31T15:32:46+08:00
accepts_mobile_marketing booleanAccept telemarketing or notExample:true
accepts_mobile_marketing_updated_at stringTelephone subscription time (see IOS8601 for the format)Example:2022-05-31T15:32:46+09:00
addressesobject[]
Address information listaddress1 stringAddress 1Example:7720 Cherokee Road
address2 stringAddress 2Example:Apartment
city stringCityExample:Hagerman
company stringCompanyExample:Joy
country stringCountryExample:United States
country_code stringCountry codeExample:US
customer_id stringCustomer idExample:2277270272
default booleanDefault address or notfirst_name stringNameExample:maybe
id stringAddress IDExample:SL201UA5006511321220969539
last_name stringLast nameExample:joho
phone stringTelephone numberExample:008615834564475
province stringProvinceExample:Kentucky
province_code stringProvincial encodingExample:KY
province_code_v2 stringThe province code(ISO-3166-2 format) of the address.zip stringZip codeExample:40202
asid stringFB login IDExample:481007156599455
birthday stringCustomer birthday Format: YYYYMMDDExample:19970102
created_at stringCreation time (see IOS8601 for the format)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:2277270272
default booleanDefault address or notfirst_name stringNameExample:Bob
id stringAddress IDExample:SL201UA5006511323520969534
last_name stringLast nameExample:john
phone stringTelephone numberExample:008615834564475
province stringProvinceExample:Kentucky
province_code stringProvincial encodingExample:KY
province_code_v2 stringThe province code(ISO-3166-2 format) of the address.Example:KY
zip stringZip codeExample:40202
email stringMailExample:gungcherny2@gamil.com
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:2277270272
language stringCustomer languageExample:en
last_name stringUser last nameExample:Norman
last_order_id stringRecent order numberExample:2005473211984312275741
mobile_subscribe_flag integerMobile phone subscription status 0 : cancelled subscription , 1 : already available , 2 : not availablenick_name stringNicknameExample:nick
note stringRemarkExample:mark
orders_count longOrder quantityExample:12
phone stringPhone numberExample:008615834564475
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 (see IOS8601 for the format)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?