GET
/
vendor
/
orders
/
{id}
/
changes
{
  "order_changes": [
    {
      "id": "<string>",
      "version": 123,
      "change_type": "return",
      "order_id": "<string>",
      "return_id": "<string>",
      "exchange_id": "<string>",
      "claim_id": "<string>",
      "actions": [
        {
          "id": "<string>",
          "order_change_id": "<string>",
          "order_id": "<string>",
          "return_id": "<string>",
          "claim_id": "<string>",
          "exchange_id": "<string>",
          "reference": "claim",
          "reference_id": "<string>",
          "action": "CANCEL_RETURN_ITEM",
          "details": {},
          "internal_note": "<string>",
          "created_at": "2023-11-07T05:31:56Z",
          "updated_at": "2023-11-07T05:31:56Z"
        }
      ],
      "status": "canceled",
      "requested_by": "<string>",
      "requested_at": "2023-11-07T05:31:56Z",
      "confirmed_by": "<string>",
      "confirmed_at": "2023-11-07T05:31:56Z",
      "declined_by": "<string>",
      "declined_reason": "<string>",
      "metadata": {},
      "declined_at": "2023-11-07T05:31:56Z",
      "canceled_by": "<string>",
      "canceled_at": "2023-11-07T05:31:56Z",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID of the Order.

Query Parameters

fields
string

Comma-separated fields to include in the response.

Response

200 - application/json

OK

The response is of type object.