{
"delivery_type": 1,
"source": "cart",
"cart_id": [
588
],
"order_type": 0,
"action": "settle"
}
curl --location --request POST '/shopapi/order/placeOrder' \
--header 'version: 1' \
--header 'token: 757aeabea936900775561ae0a31a09bb' \
--header 'Content-Type: application/json' \
--data-raw '{
"delivery_type": 1,
"source": "cart",
"cart_id": [
588
],
"order_type": 0,
"action": "settle"
}'
{}