Requires read_shipping access scope.
For more info , refer to:
GET https://{handle}.myshopline.com/admin/openapi/v20250601/local_delivery/list.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 .
Get all local delivery info
Query Parameters
  • language string
    Language
    Example: Zh-hans-cn
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
  • traceId
    traceId
Response Body
  • local_delivery_listobject[]
    Local shipping list
  • local_deliveryobject
    Local shipping configuration
  • create_at string
    Creation time
    Example: 2019-12-18T06:06:24.942Z
  • local_delivery_seq string
    Local configuration id
    Example: LD5505526999799042803
  • location_seq string
    Address code
    Example: 5431421851439468254
  • plansobject[]
    Regional plan
  • description string
    Local shipping description
    Example: The south district will be delivered within an hour
  • intervalsobject[]
    Conditions zones
  • delivery_amount long
    The shipping amount , the unit is divided , such as $ 100 , the return is 10000
  • order_amount_from long
    The order amount starts in the range , the unit is divided , such as $ 100 , and the return is 10000
  • order_amount_to long
    The order amount is end range , the unit is divided , such as $ 100 , and the return is 10000
  • local_delivery_plan_seq string
    Local delivery program plan id
    Example: LDP5656698158002475446
  • local_delivery_seq string
    Local shipping configuration id
    Example: LD5505526999799042803
  • name string
    Name
    Example: South district
  • store_id string
    store ID
    Example: 1635143945022
  • zips array
    Postal code
    Example: 34244,23443,4324
  • store_id string
    store ID
    Example: 1635143945022
  • support boolean
    Support local delivery , true or not /false
  • type integer
    Local delivery type , 1- zip code
  • update_at string
    Update time
    Example: 2019-12-18T06:06:24.942Z
  • location_addressobject
    Address information
  • active boolean
    The address enables the status , and the current local delivery will only return the status activated address , that is , status is true
  • address1 string
    Detailed address
    Example: 93 yuangang road in the open city of the ihan district
  • address2 string
    Detailed address 2
    Example: Zhihuiyuan b ;
  • city string
    City
    Example: Guangzhou
  • city_code string
    City code
    Example: 440100
  • country string
    Country Name
    Example: China
  • country_code string
    Country code
    Example: CN
  • create_at string
    Creation time
    Example: 2019-12-18T06:06:24.942Z
  • district string
    District
    Example: Upper-class
  • district_code string
    District county code
    Example: 440111
  • location_name string
    Address name
    Example: Upper store
  • location_seq string
    Address code
    Example: 5431421851439468254
  • phone string
    Phone number
    Example: 18520474762
  • priority integer
    Address priority
    Example: 1
  • province string
    Province
    Example: Guangdong
  • province_code string
    Province code
    Example: 440000
  • town string
    Street town name
    Example: New pond town
  • town_code string
    Street town
    Example: 200031
  • update_at string
    Update time
    Example: 2019-12-18T06:06:24.942Z
  • zip string
    Postal code
    Example: 34453
API Explorer
https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601

ParamOptions

header required
query

Language

curl --request GET \
--url https://openapiceshidianpu.myshopline.com/admin/openapi/v20250601/local_delivery/list.json \
--header 'Authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJhcHBLZXkiOiJmMjM3OWQyMTYyOGMzM2QxMWRiMWZkYjY5N2EzZjdjMjZlNGMwYTA5Iiwic2VsbGVySWQiOiIyMDAwMjM0ODgwIiwic3RvcmVJZCI6IjE2NzIzNjk3Mjk2MDYiLCJ2ZXJzaW9uIjoiVjIiLCJkb21haW4iOiJodHRwczovL3NsLW9wZW4tc2cubXlzaG9wbGluZS5jb20iLCJ0aW1lc3RhbXAiOjE2NzUzMTk0OTI0MzksImlzcyI6Inlzb3VsIiwiZXhwIjoxNzY5OTI3NDkyfQ.UwQzomM2veGCUaOZ0paUxq5dpc7DXuhHYFvsQ_uIAKduzWcb_j2E4q_36El83sp145D4cKbpcE5KCeeIz-JNQw' \
--header 'Content-Type: application/json; charset=utf-8' \
--header 'accept: application/json'
Was this article helpful to you?