拥有此API的权限集 |
---|
商品管理-商品操作 |
curl --location --request POST 'https://api.xiaoe-tech.com/xe.goods.entity.update/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"spu_id": "SPU_ENT_164515956xxxxxxx",
"resource_id": "g_620f2489a8xxxxxxxx",
"resource_type": 21,
"goods_name": "1111111",
"spu_type": "ENT",
"skus": [
]
}'
{
"code": 0,
"msg": "Success",
"data": {
"app_id": "appoq7xxxxxxx",
"spu_id": "GS105928xxxxxxxxx"
}
}