<Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <!-- Unique identifier for the order -->
    <OrderId>99</OrderId>

    <!-- Globally unique identifier for the order -->
    <OrderGuid>bf6f2fd7-217c-4ab7-b2b8-29cfa11568b7</OrderGuid>

    <!-- Storefront identifier where the order was placed -->
    <StoreFrontId>99</StoreFrontId>

    <!-- Name of the storefront where the order was placed -->
    <StoreFrontName>Sample</StoreFrontName>

    <!-- Indicates whether the order is a test order (true or false) -->
    <IsTest>false</IsTest>

    <!-- Total amount for the order (rounded to two decimal places; supports commercial and banking rounding) -->
    <Amount>99.00</Amount>

    <!-- Total taxes for the order (rounded to two decimal places; supports commercial and banking rounding) -->
    <Taxes>99.00</Taxes>

    <!-- Total discount applied to the order (rounded to two decimal places; supports commercial and banking rounding) -->
    <TotalDiscount>99.00</TotalDiscount>

    <!-- Status of the order (e.g., Creating, Pending, Confirmed, Complete, Cancelled) -->
    <OrderStatusId>0</OrderStatusId>

    <!-- Payment status (e.g., Unpaid, Paid, Refunded) -->
    <PaymentStatusId>0</PaymentStatusId>

    <!-- Shipping status (e.g., NotRequired, Pending, Shipped, Delivered) -->
    <ShippingStatusId>0</ShippingStatusId>

    <!-- Discount applied to the order before taxes (rounded to two decimal places; supports commercial and banking rounding) -->
    <OrderDiscount>99.00</OrderDiscount>

    <!-- Subtotal discount including tax (rounded to two decimal places; supports commercial and banking rounding) -->
    <SubTotalDiscountInclTax>99.00</SubTotalDiscountInclTax>

    <!-- Subtotal discount excluding tax (rounded to two decimal places; supports commercial and banking rounding) -->
    <SubTotalDiscountExclTax>99.00</SubTotalDiscountExclTax>

    <!-- Shipping taxes applied at the moment when the order was placed (rounded to two decimal places; supports commercial and banking rounding) -->
    <ShippingTax>99.00</ShippingTax>

    <!-- Shipping price (rounded to two decimal places; supports commercial and banking rounding) -->
    <ShippingPrice>99.00</ShippingPrice>

    <!-- Shipping method used for the order -->
    <ShippingMethod>Sample</ShippingMethod>

    <!-- External identifier for the shipping method -->
    <ShippingMethodExternalId>Sample</ShippingMethodExternalId>

    <!-- Payment method used by the customer -->
    <PaymentMethod>Sample</PaymentMethod>

    <!-- Payment transaction identifier -->
    <PaymentTransactionId>Sample</PaymentTransactionId>

    <!-- VAT (Value Added Tax) number for the order -->
    <VatNumber>Sample</VatNumber>

    <!-- Weight of the entire order -->
    <OrderWeight>99</OrderWeight>

    <!-- Currency used for the order -->
    <Currency>Sample</Currency>

    <!-- Purchase order number, if applicable -->
    <PurchaseOrderNumber>Sample</PurchaseOrderNumber>

    <!-- Customer details -->
    <Customer>
        <!-- Customer's unique identifier in Infigo system -->
        <CatfishId>Sample</CatfishId>

        <!-- Customer's external identifier -->
        <ExternalId>Sample</ExternalId>

        <!-- Customer's email address -->
        <Email>Sample</Email>

        <!-- Customer's username -->
        <Username>Sample</Username>

        <!-- Customer's first name -->
        <FirstName>Sample</FirstName>

        <!-- Customer's last name -->
        <LastName>Sample</LastName>

        <!-- Customer's phone number -->
        <PhoneNumber>Sample</PhoneNumber>

        <!-- Company name associated with the customer -->
        <CompanyName>Sample</CompanyName>

        <!-- Customer's primary address line 1 -->
        <AddressLine1>Sample</AddressLine1>

        <!-- Customer's primary address line 2 -->
        <AddressLine2>Sample</AddressLine2>

        <!-- Town or city of the customer -->
        <Town>Sample</Town>

        <!-- County or region of the customer -->
        <County>Sample</County>

        <!-- Country of the customer -->
        <Country>Sample</Country>

        <!-- Country code of the customer -->
        <CountryCode>Sample</CountryCode>

        <!-- Postal code of the customer -->
        <ZipPostalCode>Sample</ZipPostalCode>

        <!-- Additional custom field 1 -->
        <Custom1>Sample</Custom1>

        <!-- Additional custom field 2 -->
        <Custom2>Sample</Custom2>

        <!-- Additional custom field 3 -->
        <Custom3>Sample</Custom3>

        <!-- Custom checkbox value -->
        <CustomCheckbox>Sample</CustomCheckbox>

        <!-- Customer's attributes, if any -->
        <CustomerAttributes>
            <CustomerAttribute>
                <!-- Attribute name -->
                <AttributeName>Sample</AttributeName>

                <!-- Attribute value -->
                <AttributeValue>Sample</AttributeValue>
            </CustomerAttribute>
        </CustomerAttributes>

        <!-- Indicates whether the customer is a test customer -->
        <IsTest>false</IsTest>
    </Customer>

    <!-- Impersonator details (if someone else placed the order on behalf of the customer) -->
    <Impersonator>
        <!-- Impersonator's unique identifier in Infigo system -->
        <CatfishId>Sample</CatfishId>

        <!-- Impersonator's external identifier -->
        <ExternalId>Sample</ExternalId>

        <!-- Impersonator's email address -->
        <Email>Sample</Email>

        <!-- Impersonator's username -->
        <Username>Sample</Username>

        <!-- Impersonator's first name -->
        <FirstName>Sample</FirstName>

        <!-- Impersonator's last name -->
        <LastName>Sample</LastName>

        <!-- Impersonator's phone number -->
        <PhoneNumber>Sample</PhoneNumber>

        <!-- Company name associated with the impersonator -->
        <CompanyName>Sample</CompanyName>

        <!-- Impersonator's address line 1 -->
        <AddressLine1>Sample</AddressLine1>

        <!-- Impersonator's address line 2 -->
        <AddressLine2>Sample</AddressLine2>

        <!-- Town or city of the impersonator -->
        <Town>Sample</Town>

        <!-- County or region of the impersonator -->
        <County>Sample</County>

        <!-- Country of the impersonator -->
        <Country>Sample</Country>

        <!-- Country code of the impersonator -->
        <CountryCode>Sample</CountryCode>

        <!-- Postal code of the impersonator -->
        <ZipPostalCode>Sample</ZipPostalCode>

        <!-- Additional custom field 1 for the impersonator -->
        <Custom1>Sample</Custom1>

        <!-- Additional custom field 2 for the impersonator -->
        <Custom2>Sample</Custom2>

        <!-- Additional custom field 3 for the impersonator -->
        <Custom3>Sample</Custom3>

        <!-- Custom checkbox value for the impersonator -->
        <CustomCheckbox>Sample</CustomCheckbox>

        <!-- Impersonator's attributes, if any -->
        <CustomerAttributes>
            <CustomerAttribute>
                <!-- Attribute name -->
                <AttributeName>Sample</AttributeName>

                <!-- Attribute value -->
                <AttributeValue>Sample</AttributeValue>
            </CustomerAttribute>
        </CustomerAttributes>

        <!-- Indicates whether the impersonator is a test user -->
        <IsTest>false</IsTest>
    </Impersonator>

    <!-- Notes or comments associated with the order -->
    <OrderNotes>
        <string>Sample</string>
    </OrderNotes>

    <!-- Date and time when the order was placed (in UTC) -->
    <OrderDateUtc>09/30/2024 11:16:30 AM</OrderDateUtc>

    <!-- Dispatch by date for the order -->
    <DispatchBy>09/30/2024 11:16:30 AM</DispatchBy>

    <!-- Date by which the order should be delivered -->
    <DeliverBy>09/30/2024 11:16:30 AM</DeliverBy>

    <!-- Indicates whether the order can be delivered at any time (true or false) -->
    <IsAnyTimeDelivery>true</IsAnyTimeDelivery>

    <!-- Billing address details of the order -->
    <BillingAddress>
        <!-- External identifier for the billing address -->
        <ExternalId>Sample</ExternalId>

        <!-- First name of the billing contact -->
        <FirstName>Sample</FirstName>

        <!-- Last name of the billing contact -->
        <LastName>Sample</LastName>

        <!-- Address line 1 for billing -->
        <Address1>Sample</Address1>

        <!-- Address line 2 for billing -->
        <Address2>Sample</Address2>

        <!-- Postal code for billing address -->
        <Postcode>Sample</Postcode>

        <!-- State or province for billing address -->
        <State>Sample</State>

        <!-- Town or city for billing address -->
        <Town>Sample</Town>

        <!-- Country for billing address -->
        <Country>Sample</Country>

        <!-- Country code for billing address -->
        <CountryCode>Sample</CountryCode>

        <!-- Email address for billing contact -->
        <Email>Sample</Email>

        <!-- Phone number for billing contact -->
        <Phone>Sample</Phone>

        <!-- Fax number for billing contact -->
        <Fax>Sample</Fax>

        <!-- Company name for billing address -->
        <CompanyName>Sample</CompanyName>
    </BillingAddress>

    <!-- Shipping address details of the order -->
    <ShippingAddress>
        <!-- External identifier for the shipping address -->
        <ExternalId>Sample</ExternalId>

        <!-- First name of the shipping contact -->
        <FirstName>Sample</FirstName>

        <!-- Last name of the shipping contact -->
        <LastName>Sample</LastName>

        <!-- Address line 1 for shipping -->
        <Address1>Sample</Address1>

        <!-- Address line 2 for shipping -->
        <Address2>Sample</Address2>

        <!-- Postal code for shipping address -->
        <Postcode>Sample</Postcode>

        <!-- State or province for shipping address -->
        <State>Sample</State>

        <!-- Town or city for shipping address -->
        <Town>Sample</Town>

        <!-- Country for shipping address -->
        <Country>Sample</Country>

        <!-- Country code for shipping address -->
        <CountryCode>Sample</CountryCode>

        <!-- Email address for shipping contact -->
        <Email>Sample</Email>

        <!-- Phone number for shipping contact -->
        <Phone>Sample</Phone>

        <!-- Fax number for shipping contact -->
        <Fax>Sample</Fax>

        <!-- Company name for shipping address -->
        <CompanyName>Sample</CompanyName>
    </ShippingAddress>

    <!-- Order line items -->
    <OrderLines>
        <OrderLine>
            <!-- Unique identifier for the order line -->
            <OrderLineId>v99</OrderLineId>

            <!-- External identifier for the product -->
            <ProductExternalId>SampleExternalId</ProductExternalId>

            <!-- External identifier for the product variant -->
            <ProductVariantExternalId>SampleExternalId</ProductVariantExternalId>

            <!-- External identifier for the product attribute combination -->
            <ProductAttributeCombinationExternalId>SampleExternalId</ProductAttributeCombinationExternalId>

            <!-- Product's unique identifier in Infigo system -->
            <ProductCatfishId>99</ProductCatfishId>

            <!-- SKU (Stock Keeping Unit) of the product -->
            <Sku>Sample</Sku>

            <!-- Name of the product -->
            <ProductName>Sample</ProductName>

            <!-- Custom name for the product (if applicable) -->
            <CustomName>Sample</CustomName>

            <!-- Short description of the product -->
            <ShortDescription>Sample</ShortDescription>

            <!-- Full description of the product -->
            <Description>Sample</Description>

            <!-- Quantity of the product ordered -->
            <Quantity>99</Quantity>

            <!-- Total price of the product (including taxes, rounded to two decimal places; supports commercial and banking rounding) -->
            <TotalPrice>99.00</TotalPrice>

            <!-- Total tax for the product (rounded to two decimal places; supports commercial and banking rounding) -->
            <TotalTax>99.00</TotalTax>

            <!-- Weight of the product -->
            <Weight>99</Weight>

            <!-- Discount amount applied to the product including tax (rounded to two decimal places; supports commercial and banking rounding) -->
            <DiscountAmountInclTax>99.00</DiscountAmountInclTax>

            <!-- Discount amount applied to the product excluding tax (rounded to two decimal places; supports commercial and banking rounding) -->
            <DiscountAmountExclTax>99.00</DiscountAmountExclTax>

            <!-- URL to the product asset (image, etc.) -->
            <AssetUrl>Sample</AssetUrl>

            <!-- Asset details -->
            <AssetDetails>
                <AssetDetail>
                    <!-- Name of the asset -->
                    <Name>Sample</Name>

                    <!-- URL to the asset -->
                    <Url>Sample</Url>

                    <!-- Number of pages in the asset (if applicable) -->
                    <PageCount>99</PageCount>

                    <!-- Size details for the asset -->
                    <PageSizes>
                        <PageSize>
                            <!-- Width of the page -->
                            <Width>99</Width>

                            <!-- Height of the page -->
                            <Height>99</Height>
                        </PageSize>
                    </PageSizes>

                    <!-- Maximum width of the page -->
                    <MaxPageWidth>99</MaxPageWidth>

                    <!-- Maximum height of the page -->
                    <MaxPageHeight>99</MaxPageHeight>
                </AssetDetail>
            </AssetDetails>

            <!-- URL to the job ticket -->
            <JobTicketUrl>Sample</JobTicketUrl>

            <!-- Print parameters for the order line item -->
            <PrintParameters>
                <!-- Name of the canvas or template used -->
                <CanvasName>Sample</CanvasName>

                <!-- Size of the canvas -->
                <CanvasSize>Sample</CanvasSize>

                <!-- Number of pages in the print item -->
                <NumberOfPages>Sample</NumberOfPages>

                <!-- Output type (e.g., PDF, JPEG) -->
                <OutputType>Sample</OutputType>

                <!-- Spine width for book products -->
                <SpineWidth>Sample</SpineWidth>

                <!-- Weight of the printed item -->
                <Weight>Sample</Weight>

                <!-- Height of the printed item -->
                <Height>Sample</Height>

                <!-- Width of the printed item -->
                <Width>Sample</Width>

                <!-- Number of records (e.g., for variable data printing) -->
                <NumRecords>Sample</NumRecords>

                <!-- Stock information for the printed item -->
                <Stock>Sample</Stock>
            </PrintParameters>

            <!-- Product attributes -->
            <ProductAttributes>
                <ProductAttribute>
                    <!-- Internal identifier for the attribute (nullable) -->
                    <CatfishId xsi:nil="true"/>

                    <!-- External identifier for the attribute -->
                    <ExternalId>Sample</ExternalId>

                    <!-- Name of the attribute -->
                    <Name>Sample</Name>

                    <!-- Value(s) of the attribute -->
                    <Value>Sample|SampleValue2|SampleValue3</Value>

                    <!-- Multiple values for the attribute -->
                    <Values>
                        <ProductAttributeValue>
                            <!-- External identifier for the attribute value -->
                            <ExternalId>SampleExternalId</ExternalId>

                            <!-- Value -->
                            <Value>Sample</Value>
                        </ProductAttributeValue>
                        <ProductAttributeValue>
                            <ExternalId>SampleExternalId2</ExternalId>
                            <Value>SampleValue2</Value>
                        </ProductAttributeValue>
                        <ProductAttributeValue>
                            <ExternalId>SampleExternalId3</ExternalId>
                            <Value>SampleValue3</Value>
                        </ProductAttributeValue>
                    </Values>
                </ProductAttribute>
            </ProductAttributes>

            <!-- Specification attributes for the product -->
            <SpecificationAttributes>
                <SpecificationAttribute>
                    <!-- External identifier for the specification attribute -->
                    <AttributeExternalId>Sample</AttributeExternalId>

                    <!-- Name of the specification attribute -->
                    <AttributeName>Sample</AttributeName>

                    <!-- Selected option identifier -->
                    <SelectedOptionId>99</SelectedOptionId>

                    <!-- Selected option value -->
                    <SelectedOptionValue>Sample</SelectedOptionValue>
                </SpecificationAttribute>
            </SpecificationAttributes>

            <!-- Totals for the order line -->
            <Totals>
                <!-- Unit price for the product (rounded to two decimal places; supports commercial and banking rounding) -->
                <UnitPrice>99.00</UnitPrice>

                <!-- Total price for the product (rounded to two decimal places; supports commercial and banking rounding) -->
                <TotalPrice>99.00</TotalPrice>

                <!-- Total tax for the product (rounded to two decimal places; supports commercial and banking rounding) -->
                <TotalTax>99.00</TotalTax>

                <!-- Discount amount for the product including tax (rounded to two decimal places; supports commercial and banking rounding) -->
                <DiscountAmountInclTax>99.00</DiscountAmountInclTax>

                <!-- Discount amount for the product excluding tax (rounded to two decimal places; supports commercial and banking rounding) -->
                <DiscountAmountExclTax>99.00</DiscountAmountExclTax>
            </Totals>

            <!-- Additional data associated with the order line -->
            <ExtraData>
                <!-- Key-value pair for extra data -->
                <DataEntry key="abc">def</DataEntry>
            </ExtraData>

            <!-- Delivery type for the order line (e.g., Standard, Express, Digital) -->
            <DeliveryType>Sample</DeliveryType>

            <!-- Pack quantity for the order line -->
            <PackQuantity>9</PackQuantity>
        </OrderLine>
    </OrderLines>

    <!-- Checkout attributes -->
    <CheckoutAttributes>
        <CheckoutAttribute>
            <!-- External identifier for the checkout attribute -->
            <AttributeExternalId>Sample</AttributeExternalId>

            <!-- Name of the checkout attribute -->
            <AttributeName>Sample</AttributeName>

            <!-- Selected values for the attribute -->
            <SelectedValues>
                <string>Sample</string>
            </SelectedValues>
        </CheckoutAttribute>
    </CheckoutAttributes>

    <!-- Totals for the entire order -->
    <Totals>
        <!-- Currency code for the order -->
        <CurrencyCode>GBP</CurrencyCode>

        <!-- Total price for the order (rounded to two decimal places; supports commercial and banking rounding) -->
        <TotalPrice>99.00</TotalPrice>

        <!-- Total discount for the order (rounded to two decimal places; supports commercial and banking rounding) -->
        <TotalDiscount>99.00</TotalDiscount>

        <!-- Discount applied to the order before taxes (rounded to two decimal places; supports commercial and banking rounding) -->
        <OrderDiscount>99.00</OrderDiscount>

        <!-- Subtotal discount including tax (rounded to two decimal places; supports commercial and banking rounding) -->
        <SubTotalDiscountInclTax>99.00</SubTotalDiscountInclTax>

        <!-- Subtotal discount excluding tax (rounded to two decimal places; supports commercial and banking rounding) -->
        <SubTotalDiscountExclTax>99.00</SubTotalDiscountExclTax>

        <!-- Total tax for the order (rounded to two decimal places; supports commercial and banking rounding) -->
        <TotalTax>99.00</TotalTax>

        <!-- Shipping price for the order (rounded to two decimal places; supports commercial and banking rounding) -->
        <ShippingPrice>99.00</ShippingPrice>

        <!-- Shipping tax for the order (rounded to two decimal places; supports commercial and banking rounding) -->
        <ShippingTax>99.00</ShippingTax>
    </Totals>

    <!-- Indicates if this is a set item (1 for true, 0 for false) -->
    <SetItem>1</SetItem>

    <!-- Number of items in the set -->
    <SetCount>1</SetCount>

    <!-- Additional data for the order -->
    <ExtraData>
        <DataEntry key="abc">def</DataEntry>
    </ExtraData>

    <!-- URL to the invoice for the order -->
    <InvoiceUrl>Sample</InvoiceUrl>

    <!-- URL to the packaging slip for the order -->
    <PackagingSlipUrl>Sample</PackagingSlipUrl>

    <!-- IOSS number (Import One-Stop Shop) for EU VAT compliance on low-value imports -->
    <IOSSNumber>Sample</IOSSNumber>

    <!-- Order processing fee (rounded to two decimal places; supports commercial and banking rounding) -->
    <OrderProcessingFee>99.00</OrderProcessingFee>

    <!-- Handling fee for the order line (rounded to two decimal places; supports commercial and banking rounding) -->
    <OrderLineHandlingFee>99.00</OrderLineHandlingFee>

    <!-- Handling fee for the product (rounded to two decimal places; supports commercial and banking rounding) -->
    <ProductHandlingFee>99.00</ProductHandlingFee>
</Order>
