{
    "data": {
        "id": 0,
        "status": "open",
        "currency_iso": "string",
        "locale": "string",
        "checkout_message": null,
        "warehouse_note": null,
        "pickup_location_id": null,
        "order_items": [
            {
                "id": 0,
                "parent_id": 0,
                "product_variant_id": 0,
                "sku": "string",
                "gtin": "string",
                "name": "string",
                "display_name": "string",
                "type": "physical",
                "is_dropship": true,
                "quantity": "string",
                "delivered": "string",
                "unit": "string",
                "storage_space": "string",
                "weight": 0,
                "net_weight": 0,
                "hs_code": "string",
                "country_of_origin": "string",
                "primary_category": {
                    "id": 0,
                    "parent_id": 0,
                    "active": true,
                    "show_in_menu": true,
                    "external_reference": null,
                    "name": "string",
                    "description": "string",
                    "slug": "string",
                    "image_url": "string",
                    "meta_title": "string",
                    "meta_description": "string",
                    "created_at": "string"
                },
                "vat_rate": 0,
                "unit_price": 0,
                "total_amount": 0,
                "supplier_sku": "string",
                "image_url": "string",
                "image_thumbnail_url": "string",
                "variant_url": "string",
                "metas": [
                    {
                        "key": "string",
                        "meta": [
                            {
                                "id": 0,
                                "pivot_id": "string",
                                "quantity": 0
                            }
                        ]
                    }
                ]
            }
        ],
        "customer": {
            "id": 0,
            "customer_type": "string",
            "firstname": "string",
            "lastname": "string",
            "email": "string",
            "phone": "string",
            "ssn": null,
            "rfm_score": null,
            "rfm_segment": null,
            "rfm_updated_at": null,
            "created_at": "string",
            "updated_at": "string",
            "billing_address": {
                "address": "string",
                "address2": null,
                "co_address": null,
                "postcode": "string",
                "city": "string",
                "state": null,
                "country": "string",
                "company_name": "string",
                "firstname": "string",
                "lastname": "string",
                "vat_number": null
            },
            "shipping_address": {
                "address": "string",
                "address2": null,
                "co_address": null,
                "postcode": "string",
                "city": "string",
                "state": null,
                "country": "string",
                "company_name": "string",
                "firstname": "string",
                "lastname": "string",
                "vat_number": null
            }
        },
        "billing_address": {
            "address": "string",
            "address2": null,
            "co_address": null,
            "postcode": "string",
            "city": "string",
            "state": null,
            "country": "string",
            "company_name": "string",
            "firstname": "string",
            "lastname": "string",
            "vat_number": null
        },
        "shipping_address": {
            "address": "string",
            "address2": null,
            "co_address": null,
            "postcode": "string",
            "city": "string",
            "state": null,
            "country": "string",
            "company_name": "string",
            "firstname": "string",
            "lastname": "string",
            "vat_number": null
        },
        "shipping": {
            "id": 0,
            "name": "string",
            "identifier": "string",
            "vat_rate": 0,
            "total_amount": 0
        },
        "payment": {
            "id": 0,
            "name": "string",
            "vat_rate": 0,
            "total_amount": 0
        },
        "shipments": [
            "string"
        ],
        "shipped_at": null,
        "created_at": "string",
        "updated_at": "string",
        "is_high_priority": true,
        "reference": "string"
    }
}