Query all customers in groups
GET https://{handle}.myshopline.com/admin/openapi/v20250601/customer_saved_searches/:id/customers.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 a customer list under a group
Path Parameters
- id string requiredGroup id
Query Parameters
- fields stringLimit the fields of the returned objectExample:
id
- limit integerQuery of query quantity , default 50 , can not exceed 250Example:
10
- order integerSorting rule 1: Reverse order according to the last order time (default) 2: Reverse order according to the number of ordersExample:
1
- page_info stringThe encrypted request parameters are used for the previous page and the next page, and the field is directly parsed and accessed.Example:
eyJxdWVyeVBhcmFtU3RyaW5nIjoie1wic2l6ZVwiOjEsXCJzb3J0XCI6W1widWlkOmRlc2NcIl0sXCJzdG9yZUlkXCI6XCIxNjM5NjQwNTgxMzQ2XCIsXCJ1aWRcIjpcIjBcIixcImNyZWF0ZVRpbWVcIjpcIjw9MTY0OTg1NTYwMDAwMFwiLFwidXBkYXRlVGltZVwiOlwiXCJ9Iiwic2luY2VJZExpc3QiOlsiNDIwMTY4MDE5NSJdLCJwYWdlIjoyLCJzaXplIjoxLCJpbml0U29ydCI6WyJ1aWQ6ZGVzYyJdLCJzb3J0IjpbInVpZDpkZXNjIl0sImRpcmVjdGlvbiI6Im5leHQifQ
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
link
Contain the request parameters of the previous page and the next pagetraceId
traceId
Response Body
customersobject[]
Customer listaccepts_marketing booleanAccept mail marketing or notExample:true
accepts_marketing_updated_at stringMail subscription timeExample:2022-05-31T15:32:46+08:00
addressesobject[]
Customer address listaddress1 stringAddress 1Example:7720 Cherokee Road
address2 stringAddress 2Example:Apartment 2
city stringTertiary addressExample:Hagerman
country stringPrimary addressExample:United States
country_code stringPrimary address encodingExample:US
customer_id stringCustomer ID using this addressExample:4201825054
default booleanIs it the default addressExample:true
first_name stringCustomer's first nameExample:Bob
id stringAddress IDExample:207119551
last_name stringCustomer's last nameExample:Norman
phone stringTelephone numberExample:008615834564475
province stringSecondary addressExample:Kentucky
province_code stringSecondary address encodingExample:KY
zip stringPostal codeExample:40202
created_at stringCustomer information created inExample:2022-09-07T10:53:31+08:00
currency stringCurrencyExample:USD
email stringE-mailExample:zhangsan@gmail.com
email_subscribe_flag integerMailbox subscription status 0 : cancelled subscription , 1 : already available , 2 : not availableExample:1
first_name stringCustomer usernameExample:Bob
id stringCustomer idExample:4201825054
last_name stringCustomer usernameExample:Norman
last_order_id stringRecent order numberExample:2005473211984312275741
last_order_name stringName of recent orderExample:order1
last_order_time stringRecent order timeExample:2022-09-07T10:53:31+08:00
mobile_subscribe_flag stringMobile phone subscription status 0 : cancelled subscription , 1 : already available , 2 : not available , 3 : in confirmation , 4 : invalid , 5 : deletedExample:1
nick_name stringUser full nameExample:Bob Norman
note stringCustomer notesExample:Placed an order that had a fraud warning
orders_count longCustomer cumulative order qtyExample:12
phone stringPhone numberExample:008615834564475
state integerCustomer status .0 disabled account ; 1 enabled account ; 2 invited account ; 3 valid accountExample:2
tags stringCustomer label Join with English commaExample:loyal
total_spent stringCustomer cumulative consumption amountExample:100
updated_at stringCustomer information updated atExample:2022-09-07T10:53:31+08:00
verified_email booleanVerify if e-mail or not
API Explorer
Debugger
Examples
Was this article helpful to you?