curl --location --request POST 'https://api.xiaoe-tech.com/xe.goods.entity.create/1.0.0' \
--header 'Content-Type: application/json' \
--data-raw '{
"access_token":"xe_xxxxx",
"resource_type":"21",
"goods_name":"演示-实物商品",
"spu_type":"ENT",
"goods_category_id":"11659",
"goods_img":[
"http:\/\/wechatapppro-1252524126.file.myqcloud.com\/appAKLWLitn7978\/image\/kowvxpk10dbo8dml0ike.png"
],
"sell_type":"1",
"goods_tag_is_show":"1",
"has_distribute":"0",
"sku":[
{
"is_default":"1",
"sku_price":"1",
"setting_stock":"100000"
}
],
"is_display":"1",
"is_stop_sell":"0",
"is_forbid":"0",
"is_ignore":"0",
"show_stock":"0",
"is_timing_sale":"0",
"sale_status":"1",
"is_uniform_freight":"1",
"freight":"0",
"stock_deduct_mode":"1",
"is_best":"1",
"is_hot":"1",
"is_new":"1",
"is_recom":"1"
}'