{
"shop_list": [
{
"shop_name": "string",
"shop_fields": [
{
"field_name": "string",
"value": "string"
}
],
"id": "string"
}
]
}
curl --location --request POST 'https://open.weibanzhushou.com/open-api/order/import_shop?access_token=' \
--header 'Content-Type: application/json' \
--data-raw '{
"shop_list": [
{
"shop_name": "string",
"shop_fields": [
{
"field_name": "string",
"value": "string"
}
],
"id": "string"
}
]
}'
{
"errcode": 0,
"errmsg": "ok"
}