{
"order_id": "99",
"return_shipping": {
"option_id": "68"
},
"items": [
{
"item_id": "27",
"quantity": 3,
"reason_id": "62",
"note": "aliquip magna"
},
{
"item_id": "24",
"quantity": 80,
"reason_id": "68",
"note": "eu do proident consequat"
},
{
"item_id": "28",
"quantity": 23,
"reason_id": "12",
"note": "elit id"
}
]
}curl --location 'https://apifoxmock.com/m1/4532246-4179931-default/store/carts//payment-sessions/' \
--header 'Content-Type: application/json' \
--data '{
"order_id": "99",
"return_shipping": {
"option_id": "68"
},
"items": [
{
"item_id": "27",
"quantity": 3,
"reason_id": "62",
"note": "aliquip magna"
},
{
"item_id": "24",
"quantity": 80,
"reason_id": "68",
"note": "eu do proident consequat"
},
{
"item_id": "28",
"quantity": 23,
"reason_id": "12",
"note": "elit id"
}
]
}'