{
"region_id": "82",
"email": "b.wawjn@qq.com", // 邮箱
"sales_channel_id": "12",
"customer_id": "98",
"country_code": "70", // 国家/地区代码
"context": {
"ip": "::1",
"user_agent": "Chrome"
},
"gift_cards": [
{
"code": "77"
},
{
"code": "16"
}
],
"discounts": [
{
"code": "20"
}
],
"billing_address": {
"first_name": "Arno",
"last_name": "Willms",
"phone": "16128234334802",
"company": "velit dolor",
"address_1": "14433 Kemmer Court",
"address_2": "Suite 369",
"city": "South Geoffreyview",
"province": "Kentucky",
"postal_code": "72093",
"country_code": "st",
"metadata": {
"car": "white"
}
},
"shipping_address": "quis do"
}curl --location 'https://apifoxmock.com/m1/4532246-4179931-default/store/carts/' \
--header 'Content-Type: application/json' \
--data-raw '{
"region_id": "82",
"email": "b.wawjn@qq.com", // 邮箱
"sales_channel_id": "12",
"customer_id": "98",
"country_code": "70", // 国家/地区代码
"context": {
"ip": "::1",
"user_agent": "Chrome"
},
"gift_cards": [
{
"code": "77"
},
{
"code": "16"
}
],
"discounts": [
{
"code": "20"
}
],
"billing_address": {
"first_name": "Arno",
"last_name": "Willms",
"phone": "16128234334802",
"company": "velit dolor",
"address_1": "14433 Kemmer Court",
"address_2": "Suite 369",
"city": "South Geoffreyview",
"province": "Kentucky",
"postal_code": "72093",
"country_code": "st",
"metadata": {
"car": "white"
}
},
"shipping_address": "quis do"
}'