v1
latestOpenAPI 3.1.02026-07-2689175245.8 KBGrade Items
Grade Items
Grade the condition of return line items.
Required API key scope
- Returns
post/dispositioning/grade
Request body
Example request
{
"items": [
{
"line_item_id": 1,
"description": "Grade A: No refurbishment needed",
"return_processor": "warehouse-operator@example.com",
"note": "This item is missing the original packaging. Light refurbishment required. Scuff marks on the back of the item.\n",
"images": [
"https://example.com/image.jpg"
],
"inspected_at": "2024-03-31T23:59:59+00:00"
}
]
}Response
Success
Example response
[
{
"line_item_id": 1,
"description": "Grade A: No refurbishment needed",
"return_processor": "warehouse-operator@example.com",
"note": "This item is missing the original packaging. Light refurbishment required. Scuff marks on the back of the item.\n",
"images": [
"https://example.com/image.jpg"
],
"inspected_at": "2024-03-31T23:59:59+00:00"
}
]