发现周边大牌点餐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/naixue/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/naixue/goods/?orderType&shopId&appId&nonce&sign&timestamp'

返回响应

🟢200成功
*/*
OK
Body

示例
{
    "data": {
        "amount": 20,
        "discountPrice": 25,
        "itemCoverImg": "http://example.com/images/cover.jpg",
        "itemDesc": "使用优质水蜜桃制作的特色饮品",
        "itemId": 1001,
        "itemImage": "http://example.com/images/item.jpg",
        "itemLabelList": [
            {
                "icon": "string",
                "labelId": 0,
                "rgb": "string",
                "word": "string",
                "wordRgb": "string"
            }
        ],
        "itemName": "芝芝桃桃",
        "itemStatus": 3,
        "itemSubType": 0,
        "itemType": 1,
        "minBuyNum": 1,
        "multiSpecification": 0,
        "newMultiSpecification": 1,
        "packPrice": 0,
        "priceType": 0,
        "skuCode": "SKU123456",
        "spuCode": "SPU123456",
        "unit": "杯"
    },
    "errCode": "string",
    "errMessage": "string"
}
🟠401没有权限
🟠403禁止访问
🟠404记录不存在
修改于 2025-02-28 10:19:51
上一页
店铺菜单
下一页
下单
Built with