This document is generated by Apidog. Apidog: All-in-one workspace for API design, document, debug, test, mock
refund
, the refund is processed as well.curl --location --request POST 'http://127.0.0.1:3658/m1/543334-505232-default/admin/orders//claims' \
--header 'Content-Type: application/json' \
--data-raw '{
"refund_amount": 0,
"no_notification": true,
"type": "replace",
"metadata": {},
"return_shipping": {
"option_id": "string",
"price": 0
},
"additional_items": [
{
"variant_id": "string",
"quantity": 0
}
],
"shipping_methods": [
{
"id": "string",
"option_id": "string",
"price": 0,
"data": {}
}
],
"claim_items": [
{
"item_id": "string",
"quantity": 0,
"note": "string",
"reason": "missing_item",
"tags": [
"string"
],
"images": [
"string"
]
}
],
"shipping_address": {
"first_name": "Arno",
"last_name": "Willms",
"phone": 16128234334802,
"company": "string",
"address_1": "14433 Kemmer Court",
"address_2": "Suite 369",
"city": "South Geoffreyview",
"province": "Kentucky",
"postal_code": 72093,
"country_code": "st",
"metadata": {
"car": "white"
}
}
}'