发现周边大牌点餐Api
  1. 星巴克
发现周边大牌点餐Api
  • 接口注意事项
  • 接口安全
  • 回调说明
  • 渠道账号
    • 账号信息
      GET
  • 城市地区接口
    • 全国所有城市
      GET
    • 获取城市包含的行政区县
      GET
  • 门店接口
    • 点餐品牌列表
      GET
    • 点餐品牌
      GET
    • 店铺详情
      POST
    • 品牌附近门店
      POST
  • 必胜客
    • 商品详情
      GET
    • 下单
      POST
    • 必胜客扫码
      POST
    • 店铺菜单
      POST
  • 库迪
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  • 肯德基
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  • 麦当劳
    • 商品详情
    • 验单
    • 下单
    • 店铺菜单
  • 奈雪
    • 商品详情
    • 下单
    • 店铺菜单
  • 订单接口
    • 查询订单
    • 查询配送订单骑手位置
    • 订单列表
  • 瑞幸
    • 商品详情
    • 下单
    • 店铺菜单
  • 星巴克
    • 商品详情
      GET
    • 下单
      POST
    • 店铺菜单
      POST
  1. 星巴克

商品详情

GET
/api/starBucks/goods/{goodsId}
商品详情

请求参数

Path 参数

Query 参数

示例代码

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://dev-cn.your-api-server.com/api/starBucks/goods/?orderType&shopId&appId&nonce&sign&timestamp'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "data": {
        "coffeeSkuMapping": {
            "property1": {
                "id": "string",
                "key": "string",
                "price": 0,
                "salePrice": 0,
                "skuId": "string"
            },
            "property2": {
                "id": "string",
                "key": "string",
                "price": 0,
                "salePrice": 0,
                "skuId": "string"
            }
        },
        "customizationData": {
            "category": "string",
            "categoryName": "string",
            "categoryType": "string",
            "code": "string",
            "customizations": [
                {
                    "code": "string",
                    "displayType": "string",
                    "extraList": [
                        {
                            "attribute": "string",
                            "code": "string",
                            "countFilter": {},
                            "descImgUrl": {},
                            "description": "string",
                            "detail": {},
                            "hide": {},
                            "id": "string",
                            "isDefault": 0,
                            "must": {},
                            "name": "string",
                            "node": {},
                            "picName": "string",
                            "picNameSelected": "string",
                            "picUrl": "string",
                            "price": 0,
                            "repurchase": {},
                            "sequence": 0,
                            "showDescriptionView": {},
                            "showNewFlag": {},
                            "status": 0,
                            "stock": {},
                            "stockLimit": {},
                            "unit": {},
                            "unitDescription": {},
                            "unitTitle": {},
                            "width": {}
                        }
                    ],
                    "hide": 0,
                    "isFold": {},
                    "must": 0,
                    "name": "string",
                    "needResetSpecifications": {},
                    "parentCategoryCode": {},
                    "parentCode": {},
                    "resetDefaultNumber": 0,
                    "sequence": 0,
                    "specificationCode": "string"
                }
            ],
            "defaultImage": "string",
            "description": "string",
            "failureCause": "string",
            "hasCrossSell": 0,
            "hasUpsell": 0,
            "id": "string",
            "mediaInfo": {},
            "name": "string",
            "newFlag": "string",
            "node": "string",
            "price": 0,
            "productDesc": "string",
            "salePrice": 0,
            "sequence": 0,
            "specificationList": [
                "string"
            ],
            "status": 0,
            "stock": 0,
            "type": 0
        },
        "langConfig": {},
        "rules": [
            {}
        ]
    },
    "errCode": "string",
    "errMessage": "string"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-02-28 10:19:51
上一页
店铺菜单
下一页
下单
Built with