店鋪API / 查看店鋪詳情

發布日期:2025-07-04
瀏覽次數:51
  

 

1.1 說明

 
路徑 //www.you꧒r_website_domain.com/FeiEditor/api_v1⛎/shop/store/{id}
方法 GET
說明 根據條件查詢店鋪
 
 

1.2 參數

 
名稱 必須 類型 描述
id
Yesstring店鋪ID,或者店鋪編號(非數字)
 
 

1.3 返回結果

 
正確結果
返回格式:JSON
{
    "store": {
        "ID": 57853,
        "title": "蘇州中心店 ",
        "address": "工業園區蘇繡路蘇州中心 ",
        "district": "",
        "city": "蘇州市 ",
        "state": "江蘇省 ",
        "lat": "",
        "lng": "",
        "zip": "",
        "country": "",
        "code": "",
        "country_iso": "",
        "phone": "",
        "fax": "",
        "email": "",
        "url": "",
        "worktime": "周一至周日 10:00-22:00",
        "stocks": []
    }
}


錯誤返回
{
    "errors":[{
        "code":"api_error",
        "message":""
    }]
}

 

1.4 相關API

登錄后即可發表評論,立即登錄.

  API相關文檔