根据创建菜单商品容器数据的商品容器ID或批次ID,查询对应数据在平台保存的门店状态,productContainerId为空,batchId才生效。
调试
您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。
请求头
该接口使用公共请求头,无特殊请求头。请参见公共请求参数文档。
请求语法
POST /GetMenuDataStatus HTTP/1.1
请求参数
名称 | 类型 | 位置 | 是否必选 | 示例值 | 描述 |
---|---|---|---|---|---|
ProductContainerId | String | FormData | 否 | productContainerId |
商品容器ID |
BatchId | String | FormData | 否 | batchId |
批次ID |
返回数据
名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
Success | Boolean | true |
成功标志 |
Message | String | Success |
说明 |
Code | String | Success |
状态码 |
HttpStatusCode | Integer | 200 |
http状态码 |
RequestId | String | requestId |
请求ID |
ProductContainerId | String | productContainerId |
菜单商品容器数据id-选填 |
BatchId | String | batchId |
数据批次ID(根据batchId查询)-选填 |
Total | Long | 16 |
推送门店总数(对于门店组数据,则实时计算当前门店组中门店数) |
Failed | Long | 0 |
推送失败门店数量 |
FailedProductContainerList | Array of String | null |
失败的商品容器数据ID |
示例
请求示例
正常返回示例
JSON
格式
HTTP/1.1 200 OK
错误码
HttpCode | 错误码 | 错误信息 | 描述 |
---|---|---|---|
400 | Params.Illegal | The request parameters are invalid. | 请求入参非法 |
401 | Unauthorized | You are not authorized to perform this operation. | 未授权的请求 |
403 | Forbidden | This request is prohibited. | 请求被禁止 |
503 | Service.Unavailable | The service is unavailable. Please try again later. | 服务当前暂不可用,请稍后重试 |
访问错误中心查看更多错误码。