Webhooks Reference

Return Line Item Graded

Emitted when a line in a return has completed grading

{
  "id": "c67e3019-61f6-43cf-97a0-f1b4cc286e46",
  "event_type": "return-line-item-graded",
  "event_data": {
    "line_item": {
      "id": "70007202-eec9-4d10-accb-9e40e35a5ad7",
      "3pl": {
        "id": "a3cbee36-2dab-3162-0bd2-221bcad231b",
        "name": "Two Boxes Demo 3PL"
      },
      "barcode": "810047100256",
			"captured_lpn": null,
      "carrier": null,
      "child_reason": "Not correct style",
      "comments": null,
      "consolidation_code": null,
      "consolidation_provider": null,
      "disposition": "Dispose",
			"expected_quantity": 1,
      "expiration_date": null,
      "graded_attributes": [
        {
          "id": "a586c3dd-22f2-4c51-a3c4-80de92b43d41",
          "merchant_grading_attribute": {
            "id": "ec98b9a1-42c6-4781-a1bb-00f9052725c6",
            "grading_attribute": {
              "id": "d313cf6c-a233-4ef0-aa5f-c55164076dd0",
              "title": "Major stain"
            },
            "mga_type": "inspection",
            "vas_definition": {
              "id": "145fb7a6-a4b2-4555-b4ba-d16a58089345",
              "instructions": "Replace Bag",
              "title": "Replace Bag"
            }
          },
          "vas_successful": true
        }
      ],
      "grading_ended_at": null,
      "links": {
        "actions": null,
        "portal": "https://portal.twoboxes.com/3pls/5c949afb-e493-4b67-a7fd-8d5928d23ee7/returns/a8006401-43d7-4365-b642-0b9eff0c6071",
        "self": "https://api.twoboxes.io/api/v1/returns/a8006401-43d7-4365-b642-0b9eff0c6071/line-items/0c3259db-2d97-4325-bcf6-f2893148f3cf""
      },
      "lot_code": null,
      "lpn": "TB-00000535",
      "merchant": {
        "id": "d7f98be6-12a3-4b0f-a2f9-d679f8ecb11e"
      },
      "parent_reason": "Not as Described",
      "product_variant": {
        "barcode": "810047100256",
        "id": "fb9426bd-6427-44a4-9452-1b4a47b73734",
        "name": "Spark Half-Zip - Purple / XL",
        "sku": "XL-SHZ-PUR"
      },
      "put_away_bin": "1-A-01",
			"quantity": 1,	
      "rma_line_item_id": "7daad0e2-e12c-4257-8546-3582ac750848",
			"site": {
        "id": "f01bee36-b5bb-4464-a03d-157217f33a92",
        "name": "Two Boxes Demo"
      },
      "sku": "XL-SHZ-PUR",
      "storefront_line_item_id": "505f74bf-6a92-4472-9e73-7a07c20630e4",
      "storefront_order_id": "order265",
      "storefront_order_name": "order265",
      "storefront_order_number": "order265",
      "storefront_product_id": null,
      "storefront_variant_id": "9887833924",
      "tracking_number": "ups4296100888265",
      "transform_sku": "C-XL-SHZ-PUR",
      "transform_upc": "C-810047100256",
      "upc": null,
      "work_capture": false
    },
    "return": {
      "captured_rma": null,
      "id": "1796b746-a38f-4654-bd5c-dc45c5333333",
			// BEING DEPRECATED DEC 30, 2025
      "merchant_integration": {
        "id": "c1b14fad-b84f-4f08-bb79-322d4a645976",
        "merchant": {
          "id": "fb31bc87-6397-468c-8e65-4de80f020c02",
          "name": "Two Boxes Demo"
        },
        "name": "Two Boxes Demo",
        "site": {
          "id": "4f85a652-5cf8-473f-8b12-582249b4c881",
          "name": "Demos"
        }
      },
			//
      "rma": "rma265",
      "rma_return_id": "25efe7bd-0d59-4bc8-9d2d-fdc8299b694b"
    }
  }
}