This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
curl --location --request POST 'http://127.0.0.1:3658/m1/543334-505232-default/store/carts' \
--header 'Content-Type: application/json' \
--data-raw '{
"region_id": "string",
"sales_channel_id": "string",
"country_code": "string",
"context": {
"ip": "::1",
"user_agent": "Chrome"
},
"items": [
{
"variant_id": "string",
"quantity": 0
}
]
}'