<Order>
    <!-- Authorization token or string used to authenticate or validate the order process -->
    <Authorization>{string}</Authorization>

    <!-- Unique identifier for the job associated with the order -->
    <JobId>{string}</JobId>

    <!-- Unique identifier for the specific order line within the order (integer) -->
    <OrderlineId>{integer}</OrderlineId>

    <!-- Unique identifier for the order within the Infigo system (integer) -->
    <CatfishOrderId>{integer}</CatfishOrderId>

    <!-- External identifier for the order, typically used for tracking or integration with external systems -->
    <ExternalOrderId>{string}</ExternalOrderId>

    <!-- Current status of the order (e.g., Pending, Shipped, Delivered) -->
    <Status>{string}</Status>

    <!-- Custom header for the status, used to provide additional information or branding (e.g., "Order in Production") -->
    <CustomStatusHeader>{string}</CustomStatusHeader>

    <!-- Custom description for the status, used to provide more detailed information about the order status (e.g., "Your order is being printed") -->
    <CustomStatusDescription>{string}</CustomStatusDescription>

    <!-- Tracking number for the shipment, used to track the order's delivery status with the shipping provider -->
    <TrackingNumber>{string}</TrackingNumber>
</Order>