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/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
}
]
}'