綁定價簽設備。
該接口分為陳列模式和普通模式兩種。陳列模式是用陳列貨位和價簽條碼進行綁定,普通模式是用商品條碼和價簽條碼進行綁定。
調試
您可以在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. | 模板和容器不匹配 |
訪問錯誤中心查看更多錯誤碼。