{
"note": "string",
"receive_now": false,
"no_notification": true,
"refund": 0,
"return_shipping": {
"option_id": "string",
"price": 0
},
"items": [
{
"item_id": "string",
"reason_id": "string",
"note": "string",
"quantity": 0
}
]
}
curl --location --request POST '/admin/orders//return' \
--header 'Content-Type: application/json' \
--data-raw '{
"note": "string",
"receive_now": false,
"no_notification": true,
"refund": 0,
"return_shipping": {
"option_id": "string",
"price": 0
},
"items": [
{
"item_id": "string",
"reason_id": "string",
"note": "string",
"quantity": 0
}
]
}'