POST https://{handle}.myshopline.com/admin/openapi/v20250601/query/customer/single.json
Request Headers
  • Authorization string required
    Token in standard bearer format
    Example:
    Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw
Request Body
  • buyer_id string required
    User ID
  • store_id string required
    store ID
Response

Response Headers
  • traceId
    traceId
Response Body
  • dataobject
    Response parameters
  • available_score long
    Points
  • buyer_id string
    User ID
  • email string
    Mailbox
  • gift_card_listobject[]
    Gift card collection
  • gift_card_account string
    Card number
  • gift_card_expired_time long
    Expiration date
  • gift_card_rest_amount long
    Balance
  • gold_account string
    Shopping gold card number
  • gold_available_amount long
    Shopping gold balance
  • invite_member_number integer
    Number of invites
  • level_effective_time long
    Class effective time
  • level_expired_time long
    Level expiration time
  • level_name string
    Class name
  • user_name string
    Name
  • weight integer
    Grade weights
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required

Body

required
{
  "buyer_id": "",
  "store_id": ""
}

Language

curl --request POST \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/query/customer/single.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'accept: application/json' \
--header 'content-type: application/json'
Was this article helpful to you?