店铺API / 查看店铺详情

发布日期:2024-07-04
浏览次数:428
  

 

1.1 说明

 
路径 http://www.your_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相关文档