{
"orderReturnRequest": {
"id": "<string>",
"customer_id": "<string>",
"customer_note": "<string>",
"vendor_reviewer_id": "<string>",
"vendor_reviewer_note": "<string>",
"vendor_reviewer_date": "2023-11-07T05:31:56Z",
"admin_reviewer_id": "<string>",
"admin_reviewer_note": "<string>",
"admin_reviewer_date": "2023-11-07T05:31:56Z",
"status": "pending",
"order": {
"id": "<string>"
},
"line_items": [
{
"id": "<string>",
"line_item_id": "<string>",
"quantity": 123
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Updates a request by id.
{
"orderReturnRequest": {
"id": "<string>",
"customer_id": "<string>",
"customer_note": "<string>",
"vendor_reviewer_id": "<string>",
"vendor_reviewer_note": "<string>",
"vendor_reviewer_date": "2023-11-07T05:31:56Z",
"admin_reviewer_id": "<string>",
"admin_reviewer_note": "<string>",
"admin_reviewer_date": "2023-11-07T05:31:56Z",
"status": "pending",
"order": {
"id": "<string>"
},
"line_items": [
{
"id": "<string>",
"line_item_id": "<string>",
"quantity": 123
}
],
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
}
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
The ID of the Request.
A schema for the update of order return request.
OK
The response is of type object
.