{ "sku": "string", "aliases": [ "string" ] }
curl --location --request POST 'https://hwc-open-api.yqn.com/v1/product/createProductAlias' \ --header 'x-api-key: abc123' \ --header 'Content-Type: application/json' \ --data-raw '{ "sku": "string", "aliases": [ "string" ] }'
{ "statusCode": 200, "status": 0, "code": 200, "message": "添加成功" }