{
    "id": 1,
    "origin_address": {
        "id": 1,
        "name": "Kohler Group",
        "email": "parisian.kristoffer@yahoo.com",
        "phone": "+12069536978",
        "line_1": "193 Dach Shores Suite 632",
        "line_2": "Apt. 300",
        "city": "Moenburgh",
        "region": "Colorado",
        "post_code": "72099",
        "country": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    },
    "destination_address": {
        "id": 1,
        "name": "Kohler Group",
        "email": "parisian.kristoffer@yahoo.com",
        "phone": "+12069536978",
        "line_1": "193 Dach Shores Suite 632",
        "line_2": "Apt. 300",
        "city": "Moenburgh",
        "region": "Colorado",
        "post_code": "72099",
        "country": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    },
    "line_items": [{
        "id": 1,
        "product": {
            "id": 1,
            "sku": "1356284",
            "description": "Red Shirt",
            "category": "Clothing",
            "price": 55.71,
            "length": 6,
            "width": 11,
            "height": 3,
            "weight": 2,
            "returnable": true,
            "created_at": "2024-12-09 22:49:57",
            "updated_at": "2024-12-09 22:49:57"
        },
        "reason": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    }],
    "shipments": [{
        "id": 1,
        "status": 2,
        "package": "Large Box",
        "length": 6,
        "width": 11,
        "height": 3,
        "weight": 2,
        "tracking_number": "EX18472",
        "tracking_url": "https://provider.com/track/EX18472",
        "label_url": "https://provider.com/label/EX18472",
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    }],
    "reference": "ORD-12345",
    "price": 22.75,
    "carrier": "FedEx",
    "return_url": "https://app.returnpilot.co/...",
    "link_expires_at": "2024-12-09 15:39:37",
    "created_at": "2024-12-09 15:39:37",
    "updated_at": "2024-12-09 15:39:37"
},
id
integer
required
ID of the order.
origin_address
array
required
The Address representing where the return originates.
destination_address
array
required
The Address representing where the return is shipped.
line_items
array
required
An array of Order Line Items associated with the order.
shipments
array
An array of Shipments associated with the order.
reference
string
required
The unique number or reference code for the order.
price
decimal
The total shipping cost in your organization’s currency. If the order does not have any return shipments, then it will be null.
carrier
string
The name of the provider handling the return shipments. If the order does not have any return shipments, then it will be null.
return_url
string
required
The self-expiring link used to schedule a return.
Timestamp of when a return can no longer be scheduled.
created_at
string
required
Timestamp of when the order was created.
updated_at
string
required
Timestamp of when the order was last updated.
{
    "id": 1,
    "origin_address": {
        "id": 1,
        "name": "Kohler Group",
        "email": "parisian.kristoffer@yahoo.com",
        "phone": "+12069536978",
        "line_1": "193 Dach Shores Suite 632",
        "line_2": "Apt. 300",
        "city": "Moenburgh",
        "region": "Colorado",
        "post_code": "72099",
        "country": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    },
    "destination_address": {
        "id": 1,
        "name": "Kohler Group",
        "email": "parisian.kristoffer@yahoo.com",
        "phone": "+12069536978",
        "line_1": "193 Dach Shores Suite 632",
        "line_2": "Apt. 300",
        "city": "Moenburgh",
        "region": "Colorado",
        "post_code": "72099",
        "country": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    },
    "line_items": [{
        "id": 1,
        "product": {
            "id": 1,
            "sku": "1356284",
            "description": "Red Shirt",
            "category": "Clothing",
            "price": 55.71,
            "length": 6,
            "width": 11,
            "height": 3,
            "weight": 2,
            "returnable": true,
            "created_at": "2024-12-09 22:49:57",
            "updated_at": "2024-12-09 22:49:57"
        },
        "reason": 1,
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    }],
    "shipments": [{
        "id": 1,
        "status": 2,
        "package": "Large Box",
        "length": 6,
        "width": 11,
        "height": 3,
        "weight": 2,
        "tracking_number": "EX18472",
        "tracking_url": "https://provider.com/track/EX18472",
        "label_url": "https://provider.com/label/EX18472",
        "created_at": "2024-12-09 22:49:57",
        "updated_at": "2024-12-09 22:49:57"
    }],
    "reference": "ORD-12345",
    "price": 22.75,
    "carrier": "FedEx",
    "return_url": "https://app.returnpilot.co/...",
    "link_expires_at": "2024-12-09 15:39:37",
    "created_at": "2024-12-09 15:39:37",
    "updated_at": "2024-12-09 15:39:37"
},