{ "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" } }
Retrieves a request by id.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The ID of the Request.
Comma-separated fields to include in the response.
OK
A return request object with its properties
Show child attributes
The unique identifier of the order return request.
The id of the submitter
Note from the submitter
The id of the vendor reviewer
Note from the vendor reviewer
The date with timezone of the vendor review
The id of the admin reviewer
Note from the admin reviewer
The date with timezone of the admin review
pending
refunded
withdrawn
escalated
canceled
The line items to return.
The id of the line item in the order
The amount of the items to return
The date with timezone at which the resource was created.
The date with timezone at which the resource was last updated.