Requires read_customers access scope.
For more info , refer to:
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 required
    Group id
Query Parameters
  • fields string
    Limit the fields of the returned object
    Example: id
  • limit integer
    Query of query quantity , default 50 , can not exceed 250
    Example: 10
  • order integer
    Sorting rule 1: Reverse order according to the last order time (default) 2: Reverse order according to the number of orders
    Example: 1
  • page_info string
    The 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 required
    The value of this field is fixed to application/json; charset=utf-8
  • Authorization string required
    The 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
For more information about status codes, see Http status code.

Response Headers
  • link
    Contain the request parameters of the previous page and the next page
  • traceId
    traceId
Response Body
  • customersobject[]
    Customer list
  • accepts_marketing boolean
    Accept mail marketing or not
    Example: true
  • accepts_marketing_updated_at string
    Mail subscription time
    Example: 2022-05-31T15:32:46+08:00
  • addressesobject[]
    Customer address list
  • address1 string
    Address 1
    Example: 7720 Cherokee Road
  • address2 string
    Address 2
    Example: Apartment 2
  • city string
    Tertiary address
    Example: Hagerman
  • country string
    Primary address
    Example: United States
  • country_code string
    Primary address encoding
    Example: US
  • customer_id string
    Customer ID using this address
    Example: 4201825054
  • default boolean
    Is it the default address
    Example: true
  • first_name string
    Customer's first name
    Example: Bob
  • id string
    Address ID
    Example: 207119551
  • last_name string
    Customer's last name
    Example: Norman
  • phone string
    Telephone number
    Example: 008615834564475
  • province string
    Secondary address
    Example: Kentucky
  • province_code string
    Secondary address encoding
    Example: KY
  • zip string
    Postal code
    Example: 40202
  • created_at string
    Customer information created in
    Example: 2022-09-07T10:53:31+08:00
  • currency string
    Currency
    Example: USD
  • email string
    E-mail
    Example: zhangsan@gmail.com
  • email_subscribe_flag integer
    Mailbox subscription status 0 : cancelled subscription , 1 : already available , 2 : not available
    Example: 1
  • first_name string
    Customer username
    Example: Bob
  • id string
    Customer id
    Example: 4201825054
  • last_name string
    Customer username
    Example: Norman
  • last_order_id string
    Recent order number
    Example: 2005473211984312275741
  • last_order_name string
    Name of recent order
    Example: order1
  • last_order_time string
    Recent order time
    Example: 2022-09-07T10:53:31+08:00
  • mobile_subscribe_flag string
    Mobile phone subscription status 0 : cancelled subscription , 1 : already available , 2 : not available , 3 : in confirmation , 4 : invalid , 5 : deleted
    Example: 1
  • nick_name string
    User full name
    Example: Bob Norman
  • note string
    Customer notes
    Example: Placed an order that had a fraud warning
  • orders_count long
    Customer cumulative order qty
    Example: 12
  • phone string
    Phone number
    Example: 008615834564475
  • state integer
    Customer status .0 disabled account ; 1 enabled account ; 2 invited account ; 3 valid account
    Example: 2
  • tags string
    Customer label Join with English comma
    Example: loyal
  • total_spent string
    Customer cumulative consumption amount
    Example: 100
  • updated_at string
    Customer information updated at
    Example: 2022-09-07T10:53:31+08:00
  • verified_email boolean
    Verify if e-mail or not
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

path required
header required
query
query
query
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/customer_saved_searches/id/customers.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Examples
Query group users
Response
{
"customers": [
{
"accepts_marketing": false,
"addresses": [],
"created_at": "2023-04-12T15:54:10+08:00",
"email": "zhansgf@gmail.com",
"email_subscribe_flag": 2,
"first_name": "Taylor",
"id": "4214250090",
"last_name": "White",
"mobile_subscribe_flag": 1,
"nick_name": "Taylor White",
"orders_count": 2,
"phone": "00121201345678",
"state": 1,
"total_spent": "800",
"updated_at": "2023-04-13T22:53:48+08:00"
}
]
}
Was this article helpful to you?