Query all local shipping information
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 stringLanguageExample:
Zh-hans-cn
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
traceId
traceId
Response Body
local_delivery_listobject[]
Local shipping listlocal_deliveryobject
Local shipping configurationcreate_at stringCreation timeExample:2019-12-18T06:06:24.942Z
local_delivery_seq stringLocal configuration idExample:LD5505526999799042803
location_seq stringAddress codeExample:5431421851439468254
plansobject[]
Regional plandescription stringLocal shipping descriptionExample:The south district will be delivered within an hour
intervalsobject[]
Conditions zonesdelivery_amount longThe shipping amount , the unit is divided , such as $ 100 , the return is 10000order_amount_from longThe order amount starts in the range , the unit is divided , such as $ 100 , and the return is 10000order_amount_to longThe order amount is end range , the unit is divided , such as $ 100 , and the return is 10000local_delivery_plan_seq stringLocal delivery program plan idExample:LDP5656698158002475446
local_delivery_seq stringLocal shipping configuration idExample:LD5505526999799042803
name stringNameExample:South district
store_id stringstore IDExample:1635143945022
zips arrayPostal codeExample:34244,23443,4324
store_id stringstore IDExample:1635143945022
support booleanSupport local delivery , true or not /falsetype integerLocal delivery type , 1- zip codeupdate_at stringUpdate timeExample:2019-12-18T06:06:24.942Z
location_addressobject
Address informationactive booleanThe address enables the status , and the current local delivery will only return the status activated address , that is , status is trueaddress1 stringDetailed addressExample:93 yuangang road in the open city of the ihan district
address2 stringDetailed address 2Example:Zhihuiyuan b ;
city stringCityExample:Guangzhou
city_code stringCity codeExample:440100
country stringCountry NameExample:China
country_code stringCountry codeExample:CN
create_at stringCreation timeExample:2019-12-18T06:06:24.942Z
district stringDistrictExample:Upper-class
district_code stringDistrict county codeExample:440111
location_name stringAddress nameExample:Upper store
location_seq stringAddress codeExample:5431421851439468254
phone stringPhone numberExample:18520474762
priority integerAddress priorityExample:1
province stringProvinceExample:Guangdong
province_code stringProvince codeExample:440000
town stringStreet town nameExample:New pond town
town_code stringStreet townExample:200031
update_at stringUpdate timeExample:2019-12-18T06:06:24.942Z
zip stringPostal codeExample:34453
API Explorer
Debugger
Was this article helpful to you?