绑定价签设备。

该接口分为陈列模式和普通模式两种。陈列模式是用陈列货位和价签条码进行绑定,普通模式是用商品条码和价签条码进行绑定。

调试

您可以在OpenAPI Explorer中直接运行该接口,免去您计算签名的困扰。运行成功后,OpenAPI Explorer可以自动生成SDK代码示例。

请求参数

名称 类型 是否必选 示例值 描述
Action String BindEslDevice

系统规定参数。取值:BindEslDevice

ItemBarCode String 690560583****

商品条码。

EslBarCode String 18bc5a63****

价签条码。

StoreId String s-dxsxx****

门店ID或商家自定义门店ID。

Shelf String 20200201

陈列系统中的货架号。

Layer Integer 1

陈列系统中的层号。

Column String 1

陈列系统中的逻辑列。

ExtraParams String {}

扩展参数

LayoutId String 7

布局ID。仅支持传单个ID。

ContainerId String 20

容器id

ContainerName String 区域4号

容器名称。

LayoutName String 布局2号

布局名称。

普通绑定模式下,StoreId+EslBarCode+ItemBarCode必填;

陈列绑定模式下,StoreId+EslBarCode+Shelf+Layer+Column必填,ItemBarCode如果填写要和陈列货位上的信息保存一致。

返回数据

名称 类型 示例值 描述
RequestId String E69C8998-1787-4999-8C75-D663FF1173CF

请求ID。

ErrorMessage String The specified resource type is invalid.

错误消息。

Success Boolean true

请求成功与否标识。

ErrorCode String MandatoryParameters

错误码。

Code String -1001

内部错误码。

Message String success

消息。

DynamicMessage String The specified store %s does not exist.

动态消息。

DynamicCode String PlatformResponseError.%s

动态错误码。

示例

请求示例

http(s)://[Endpoint]/?Action=BindEslDevice
&ItemBarCode=690560583****
&EslBarCode=18bc5a63****
&StoreId=s-dxsxx****
&Shelf=20200201
&Layer=1
&Column=1
&ExtraParams={}
&LayoutId=7
&ContainerId=20
&ContainerName=区域4号
&LayoutName=布局2号
&公共请求参数

正常返回示例

XML格式

HTTP/1.1 200 OK
Content-Type:application/xml

<BindEslDeviceResponse>
    <RequestId>E69C8998-1787-4999-8C75-D663FF1173CF</RequestId>
    <ErrorMessage>The specified resource type is invalid.</ErrorMessage>
    <Success>true</Success>
    <ErrorCode>MandatoryParameters</ErrorCode>
    <Code>-1001</Code>
    <Message>success</Message>
    <DynamicMessage>The specified store %s does not exist.</DynamicMessage>
    <DynamicCode>PlatformResponseError.%s</DynamicCode>
</BindEslDeviceResponse>

JSON格式

HTTP/1.1 200 OK
Content-Type:application/json

{
  "RequestId" : "E69C8998-1787-4999-8C75-D663FF1173CF",
  "ErrorMessage" : "The specified resource type is invalid.",
  "Success" : true,
  "ErrorCode" : "MandatoryParameters",
  "Code" : -1001,
  "Message" : "success",
  "DynamicMessage" : "The specified store %s does not exist.",
  "DynamicCode" : "PlatformResponseError.%s"
}

错误码

HttpCode 错误码 错误信息 描述
418 LayoutOrContainerIsNotExistErrorPub Layout or Container is not exist. 布局或容器区域不存在
418 ContainerTemplateNoMatchPub The Template of the Container has not match at all. 模板和容器不匹配

访问错误中心查看更多错误码。