查询店铺
收藏我的收藏
Scope: poi.product 需要申请权限 不需要用户授权 (特殊权限暂不支持线上申请)
请求地址
GET /poi/supplier/query/
请求头
- Content-Type: application/json
- access-token: 调用/oauth/client_token/生成的token,此token不需要用户授权。示例: clt.943da17996fb5cebfbc70c044c3fc25a57T54DcjT6HNKGqnUdxzy1KcxFnZ
请求参数
URL 请求
参数名称 | 参数类型 | 参数描述 | 参数示例 | 是否必填 |
---|
暂无数据
响应参数
参数名称 | 参数类型 | 参数描述 | 参数示例 |
---|
暂无数据
响应样例
{ "data": { "data_detail": { "address": "栏学路328弄97号", "attributes": { "1101": [ { "code": "<nil>", "name": "<nil>" } ], "1102": [ { "code": "<nil>", "name": "<nil>" } ], "1103": [ { "code": "<nil>", "name": "<nil>" } ], "1104": { "breakfast": { "price": "10000", "type": "<nil>" }, "check_in_time": "12:00", "check_out_time": "12:00", "child": "<nil>", "pet": "<nil>" }, "1105": "1", "3101": { "facility": [ { "name": "免费停车场" } ], "open_time": "08:00-22:00(最晚入场时间17:00)", "open_time_ext": [ { "content": "节点内容: 文字,图片地址...", "node_type": "<nil>" } ], "pet": "1", "play_intro": [ { "content": "节点内容: 文字,图片地址...", "node_type": "<nil>" } ], "preferential_policy": [ { "condition": "3周岁以内", "discount": "免费", "population": "婴儿" } ], "preferential_policy_ext": [ { "content": "节点内容: 文字,图片地址...", "node_type": "<nil>" } ], "scenic_intro": [ { "content": "节点内容: 文字,图片地址...", "node_type": "<nil>" } ], "traffic": [ { "content": "节点内容: 文字,图片地址...", "node_type": "<nil>" } ] } }, "contact_phone": "189xxxx8929", "contact_tel": "021-58xxxx95", "customer_info": { "business_license": { "company": "北京字条网络技术有限公司", "ext_id": "<nil>", "url": "https://XXXXX" }, "industry_license": [ { "ext_id": "<nil>", "url": "https://XXXXX" } ], "other_info": [ { "ext_id": "<nil>", "url": "https://XXXXX" } ], "power_of_attorney": { "ext_id": "<nil>", "url": "https://XXXXX" } }, "description": "<nil>", "images": [ "[https://static.dingdandao.com/0ffaf1b5a669ea216a960c97ded9a3b0 https://static.dingdandao.com/9119b617eff7c8fe2be318da0459d4db]" ], "name": "上海几茶.知更民宿(迪士尼店)", "poi_id": "6601136930455291912", "poi_info": { "first_category": "住宿", "second_category": "酒店", "third_category": "豪华型酒店" }, "service_provider": { "business_license_ext_id": "ext_0x1", "industry_license_ext_id": ["[ext_0x2]"] }, "services": [ { "enable": "<nil>", "entry": { "entry_mini_app": { "app_id": "tt34843ubcs", "is_test": "1", "params": "{\"productId\":115511}", "path": "pages/productDetail/productDetail" }, "entry_type": "<nil>" }, "service_type": "<nil>" } ], "status": "1", "supplier_ext_id": "x0001", "type": "<nil>" }, "description": "", "error_code": "0", "sync_status": { "fail_reason": "<nil>", "last_sync_status": "<nil>" } } }
响应错误样例
{ "data": { "description": "Parameter error", "error_code": 2100005 }, "extra": { "logid": "2020070614111601022506808001045D59", "now": 1594015876138 } }
错误码
HTTP 状态码 | 错误码 | 描述 | 排查建议 |
---|---|---|---|
200 | 2100005 | 参数不合法 | 检查接口问题,检查参数正确性,规范参数格式 |
200 | 2116302 | poi不存在 | 需要先在企业号或抖音来客认领门店 |
200 | 2116306 | 运营审核驳回 | 检查审核资质是否正确重新提交 |
200 | 2116311 | 配送信息不全 | 检查配送信息是否正确 |
200 | 2116100 | 系统内部错误 | 会包含各种业务报错,会在返回信息提示,根据返回信息处理 |
200 | 2116100 | 系统错误,请重试。 | 重试,多次重试仍有问题,请联系该接口提供方 |
200 | 2116303 | 店铺没有匹配到抖音POI | 需要先做门店匹配 |
该文档是否有帮助?