Authorization: Bearer ********************{
"storeId": "string",
"color": "1",
"count": 0,
"items": [
{
"priceTagCode": "string",
"goodsCode": "string"
}
]
}curl --location 'https://saas.ipx.com.cn/OpenApi/Led' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"storeId": "string",
"color": "1",
"count": 0,
"items": [
{
"priceTagCode": "string",
"goodsCode": "string"
}
]
}'{}