GET order/getbyid/{Id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Id

integer

Required

Body Parameters

None.

Response Information

Resource Description

NopOrderEx
NameDescriptionTypeAdditional information
id

integer

None.

store_id

integer

None.

payment_method_system_name

string

None.

customer_currency_code

string

None.

currency_rate

decimal number

None.

customer_tax_display_type_id

integer

None.

vat_number

string

None.

order_subtotal_incl_tax

decimal number

None.

order_subtotal_excl_tax

decimal number

None.

order_sub_total_discount_incl_tax

decimal number

None.

order_sub_total_discount_excl_tax

decimal number

None.

order_shipping_incl_tax

decimal number

None.

order_shipping_excl_tax

decimal number

None.

payment_method_additional_fee_incl_tax

decimal number

None.

payment_method_additional_fee_excl_tax

decimal number

None.

tax_rates

string

None.

order_tax

decimal number

None.

order_discount

decimal number

None.

order_total

decimal number

None.

refunded_amount

decimal number

None.

reward_points_were_added

boolean

None.

checkout_attribute_description

string

None.

customer_language_id

integer

None.

affiliate_id

integer

None.

customer_ip

string

None.

authorization_transaction_id

string

None.

authorization_transaction_code

string

None.

authorization_transaction_result

string

None.

capture_transaction_id

string

None.

capture_transaction_result

string

None.

subscription_transaction_id

string

None.

paid_date_utc

date

None.

shipping_method

string

None.

shipping_rate_computation_method_system_name

string

None.

custom_values_xml

string

None.

deleted

boolean

None.

created_on_utc

date

None.

customer

NopCustomerEx

None.

customer_id

string

None.

order_discounts

Collection of NopOrderDiscountEx

None.

billing_address

NopCustomerBillingAddressEx

None.

shipping_address

NopCustomerShippingAddressEx

None.

order_items

Collection of NopOrderItemEx

None.

order_notes

Collection of NopOrderNoteEx

None.

order_status

string

None.

payment_status

string

None.

shipping_status

string

None.

customer_tax_display_type

string

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "store_id": 2,
  "payment_method_system_name": "sample string 3",
  "customer_currency_code": "sample string 4",
  "currency_rate": 5.1,
  "customer_tax_display_type_id": 6,
  "vat_number": "sample string 7",
  "order_subtotal_incl_tax": 8.1,
  "order_subtotal_excl_tax": 9.1,
  "order_sub_total_discount_incl_tax": 10.1,
  "order_sub_total_discount_excl_tax": 11.1,
  "order_shipping_incl_tax": 12.1,
  "order_shipping_excl_tax": 13.1,
  "payment_method_additional_fee_incl_tax": 14.1,
  "payment_method_additional_fee_excl_tax": 15.1,
  "tax_rates": "sample string 16",
  "order_tax": 17.1,
  "order_discount": 18.1,
  "order_total": 19.1,
  "refunded_amount": 20.1,
  "reward_points_were_added": true,
  "checkout_attribute_description": "sample string 21",
  "customer_language_id": 22,
  "affiliate_id": 23,
  "customer_ip": "sample string 24",
  "authorization_transaction_id": "sample string 25",
  "authorization_transaction_code": "sample string 26",
  "authorization_transaction_result": "sample string 27",
  "capture_transaction_id": "sample string 28",
  "capture_transaction_result": "sample string 29",
  "subscription_transaction_id": "sample string 30",
  "paid_date_utc": "2025-12-06T05:35:54.0469816+01:00",
  "shipping_method": "sample string 31",
  "shipping_rate_computation_method_system_name": "sample string 32",
  "custom_values_xml": "sample string 33",
  "deleted": true,
  "created_on_utc": "2025-12-06T05:35:54.0469816+01:00",
  "customer": {
    "customer_guid": "sample string 1",
    "username": "sample string 2",
    "password": "sample string 3",
    "email": "sample string 4",
    "first_name": "sample string 5",
    "last_name": "sample string 6",
    "language_id": "sample string 7",
    "date_of_birth": "sample string 8",
    "gender": "sample string 9",
    "admin_comment": "sample string 10",
    "is_tax_exempt": true,
    "has_shopping_cart_items": true,
    "active": true,
    "deleted": true,
    "is_system_account": true,
    "system_name": "sample string 11",
    "last_ip_address": "sample string 12",
    "created_on_utc": "sample string 13",
    "last_login_date_utc": "sample string 14",
    "last_activity_date_utc": "sample string 15",
    "registered_in_store_id": 1,
    "subscribed_to_newsletter": true,
    "id": 17,
    "role_ids": [
      1,
      2
    ]
  },
  "customer_id": "sample string 35",
  "order_discounts": [
    {
      "id": 1,
      "discount_percentage": 2.0,
      "name": "sample string 3",
      "coupon": "sample string 4"
    },
    {
      "id": 1,
      "discount_percentage": 2.0,
      "name": "sample string 3",
      "coupon": "sample string 4"
    }
  ],
  "billing_address": {
    "id": 1,
    "first_name": "sample string 2",
    "last_name": "sample string 3",
    "email": "sample string 4",
    "company": "sample string 5",
    "country_id": 1,
    "country": "sample string 6",
    "city": "sample string 7",
    "address1": "sample string 8",
    "address2": "sample string 9",
    "zip_postal_code": "sample string 10",
    "phone_number": "sample string 11",
    "fax_number": "sample string 12",
    "customer_attributes": "sample string 13",
    "created_on_utc": "2025-12-06T05:35:54.0469816+01:00",
    "province": "sample string 14"
  },
  "shipping_address": {
    "id": 1,
    "first_name": "sample string 2",
    "last_name": "sample string 3",
    "email": "sample string 4",
    "company": "sample string 5",
    "country_id": 1,
    "country": "sample string 6",
    "city": "sample string 7",
    "address1": "sample string 8",
    "address2": "sample string 9",
    "zip_postal_code": "sample string 10",
    "phone_number": "sample string 11",
    "fax_number": "sample string 12",
    "customer_attributes": "sample string 13",
    "created_on_utc": "2025-12-06T05:35:54.0469816+01:00",
    "province": "sample string 14"
  },
  "order_items": [
    {
      "id": "sample string 1",
      "quantity": 2,
      "unit_price_incl_tax": 3.1,
      "unit_price_excl_tax": 4.1,
      "price_incl_tax": 5.1,
      "price_excl_tax": 6.1,
      "discount_amount_incl_tax": 7.1,
      "discount_amount_excl_tax": 8.1,
      "original_product_cost": 9.1,
      "attribute_description": "sample string 10",
      "download_count": 11,
      "isDownload_activated": true,
      "license_download_id": true,
      "product": {
        "id": 1,
        "visible_individually": true,
        "name": "sample string 3",
        "localized_names": [
          {
            "language_id": 1,
            "localized_name": "sample string 2"
          },
          {
            "language_id": 1,
            "localized_name": "sample string 2"
          }
        ],
        "short_description": "sample string 4",
        "full_description": "sample string 5",
        "show_on_home_page": true,
        "meta_keywords": "sample string 6",
        "sku": "sample string 7",
        "price": 8.0,
        "old_price": 9.0,
        "product_cost": 10.0,
        "special_price": 1.0,
        "meta_description": "sample string 11",
        "meta_title": "sample string 12",
        "gtin": "sample string 13",
        "published": true,
        "order_minimum_quantity": 1,
        "order_maximum_quantity": 1,
        "baseprice_amount": 1.0,
        "BasepriceUnitId": 14,
        "baseprice_base_amount": 1.0,
        "weight": 1.0,
        "attributes": [
          {
            "guid": "sample string 1",
            "id": 2,
            "product_attribute_id": 3,
            "product_attribute_name": "sample string 4",
            "text_prompt": "sample string 5",
            "is_required": true,
            "attribute_control_type_id": 7,
            "display_order": 8,
            "default_value": "sample string 9",
            "attribute_control_type_name": "sample string 10",
            "attribute_values": [
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              },
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              }
            ]
          },
          {
            "guid": "sample string 1",
            "id": 2,
            "product_attribute_id": 3,
            "product_attribute_name": "sample string 4",
            "text_prompt": "sample string 5",
            "is_required": true,
            "attribute_control_type_id": 7,
            "display_order": 8,
            "default_value": "sample string 9",
            "attribute_control_type_name": "sample string 10",
            "attribute_values": [
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              },
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              }
            ]
          }
        ],
        "images": [
          {
            "src": "sample string 1",
            "attachment": "sample string 2",
            "se_name": "sample string 3",
            "seofilename": "sample string 4"
          },
          {
            "src": "sample string 1",
            "attachment": "sample string 2",
            "se_name": "sample string 3",
            "seofilename": "sample string 4"
          }
        ],
        "product_specification_attributes": [
          {
            "id": 1,
            "product_id": 2,
            "attribute_type_id": 3,
            "specification_attribute_option_id": 4,
            "custom_value": "sample string 5",
            "allow_filtering": true,
            "show_on_product_page": true,
            "display_order": 8,
            "attribute_type": "sample string 9"
          },
          {
            "id": 1,
            "product_id": 2,
            "attribute_type_id": 3,
            "specification_attribute_option_id": 4,
            "custom_value": "sample string 5",
            "allow_filtering": true,
            "show_on_product_page": true,
            "display_order": 8,
            "attribute_type": "sample string 9"
          }
        ],
        "url": "sample string 15"
      },
      "product_attributes": [
        {
          "id": 1,
          "value": "sample string 2"
        },
        {
          "id": 1,
          "value": "sample string 2"
        }
      ]
    },
    {
      "id": "sample string 1",
      "quantity": 2,
      "unit_price_incl_tax": 3.1,
      "unit_price_excl_tax": 4.1,
      "price_incl_tax": 5.1,
      "price_excl_tax": 6.1,
      "discount_amount_incl_tax": 7.1,
      "discount_amount_excl_tax": 8.1,
      "original_product_cost": 9.1,
      "attribute_description": "sample string 10",
      "download_count": 11,
      "isDownload_activated": true,
      "license_download_id": true,
      "product": {
        "id": 1,
        "visible_individually": true,
        "name": "sample string 3",
        "localized_names": [
          {
            "language_id": 1,
            "localized_name": "sample string 2"
          },
          {
            "language_id": 1,
            "localized_name": "sample string 2"
          }
        ],
        "short_description": "sample string 4",
        "full_description": "sample string 5",
        "show_on_home_page": true,
        "meta_keywords": "sample string 6",
        "sku": "sample string 7",
        "price": 8.0,
        "old_price": 9.0,
        "product_cost": 10.0,
        "special_price": 1.0,
        "meta_description": "sample string 11",
        "meta_title": "sample string 12",
        "gtin": "sample string 13",
        "published": true,
        "order_minimum_quantity": 1,
        "order_maximum_quantity": 1,
        "baseprice_amount": 1.0,
        "BasepriceUnitId": 14,
        "baseprice_base_amount": 1.0,
        "weight": 1.0,
        "attributes": [
          {
            "guid": "sample string 1",
            "id": 2,
            "product_attribute_id": 3,
            "product_attribute_name": "sample string 4",
            "text_prompt": "sample string 5",
            "is_required": true,
            "attribute_control_type_id": 7,
            "display_order": 8,
            "default_value": "sample string 9",
            "attribute_control_type_name": "sample string 10",
            "attribute_values": [
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              },
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              }
            ]
          },
          {
            "guid": "sample string 1",
            "id": 2,
            "product_attribute_id": 3,
            "product_attribute_name": "sample string 4",
            "text_prompt": "sample string 5",
            "is_required": true,
            "attribute_control_type_id": 7,
            "display_order": 8,
            "default_value": "sample string 9",
            "attribute_control_type_name": "sample string 10",
            "attribute_values": [
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              },
              {
                "id": 1,
                "type_id": 2,
                "associated_product_id": 1,
                "name": "sample string 3",
                "color_squares_rgb": "sample string 4",
                "price_adjustment": 1.0,
                "weight_adjustment": 1.0,
                "cost": 1.0,
                "quantity": 1,
                "is_pre_selected": true,
                "display_order": 1,
                "product_image_id": 1
              }
            ]
          }
        ],
        "images": [
          {
            "src": "sample string 1",
            "attachment": "sample string 2",
            "se_name": "sample string 3",
            "seofilename": "sample string 4"
          },
          {
            "src": "sample string 1",
            "attachment": "sample string 2",
            "se_name": "sample string 3",
            "seofilename": "sample string 4"
          }
        ],
        "product_specification_attributes": [
          {
            "id": 1,
            "product_id": 2,
            "attribute_type_id": 3,
            "specification_attribute_option_id": 4,
            "custom_value": "sample string 5",
            "allow_filtering": true,
            "show_on_product_page": true,
            "display_order": 8,
            "attribute_type": "sample string 9"
          },
          {
            "id": 1,
            "product_id": 2,
            "attribute_type_id": 3,
            "specification_attribute_option_id": 4,
            "custom_value": "sample string 5",
            "allow_filtering": true,
            "show_on_product_page": true,
            "display_order": 8,
            "attribute_type": "sample string 9"
          }
        ],
        "url": "sample string 15"
      },
      "product_attributes": [
        {
          "id": 1,
          "value": "sample string 2"
        },
        {
          "id": 1,
          "value": "sample string 2"
        }
      ]
    }
  ],
  "order_notes": [
    {
      "id": 1,
      "note": "sample string 2"
    },
    {
      "id": 1,
      "note": "sample string 2"
    }
  ],
  "order_status": "sample string 36",
  "payment_status": "sample string 37",
  "shipping_status": "sample string 38",
  "customer_tax_display_type": "sample string 39"
}

application/xml, text/xml

Sample:
<NopOrderEx xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EliteWeb.NopCommerce.Common">
  <affiliate_id>23</affiliate_id>
  <authorization_transaction_code>sample string 26</authorization_transaction_code>
  <authorization_transaction_id>sample string 25</authorization_transaction_id>
  <authorization_transaction_result>sample string 27</authorization_transaction_result>
  <billing_address>
    <address1>sample string 8</address1>
    <address2>sample string 9</address2>
    <city>sample string 7</city>
    <company>sample string 5</company>
    <country>sample string 6</country>
    <country_id>1</country_id>
    <created_on_utc>2025-12-06T05:35:54.0469816+01:00</created_on_utc>
    <customer_attributes>sample string 13</customer_attributes>
    <email>sample string 4</email>
    <fax_number>sample string 12</fax_number>
    <first_name>sample string 2</first_name>
    <id>1</id>
    <last_name>sample string 3</last_name>
    <phone_number>sample string 11</phone_number>
    <province>sample string 14</province>
    <zip_postal_code>sample string 10</zip_postal_code>
  </billing_address>
  <capture_transaction_id>sample string 28</capture_transaction_id>
  <capture_transaction_result>sample string 29</capture_transaction_result>
  <checkout_attribute_description>sample string 21</checkout_attribute_description>
  <created_on_utc>2025-12-06T05:35:54.0469816+01:00</created_on_utc>
  <currency_rate>5.1</currency_rate>
  <custom_values_xml>sample string 33</custom_values_xml>
  <customer>
    <active>true</active>
    <admin_comment>sample string 10</admin_comment>
    <created_on_utc>sample string 13</created_on_utc>
    <customer_guid>sample string 1</customer_guid>
    <date_of_birth>sample string 8</date_of_birth>
    <deleted>true</deleted>
    <email>sample string 4</email>
    <first_name>sample string 5</first_name>
    <gender>sample string 9</gender>
    <has_shopping_cart_items>true</has_shopping_cart_items>
    <id>17</id>
    <is_system_account>true</is_system_account>
    <is_tax_exempt>true</is_tax_exempt>
    <language_id>sample string 7</language_id>
    <last_activity_date_utc>sample string 15</last_activity_date_utc>
    <last_ip_address>sample string 12</last_ip_address>
    <last_login_date_utc>sample string 14</last_login_date_utc>
    <last_name>sample string 6</last_name>
    <password>sample string 3</password>
    <registered_in_store_id>1</registered_in_store_id>
    <role_ids xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
      <d3p1:int>1</d3p1:int>
      <d3p1:int>2</d3p1:int>
    </role_ids>
    <subscribed_to_newsletter>true</subscribed_to_newsletter>
    <system_name>sample string 11</system_name>
    <username>sample string 2</username>
  </customer>
  <customer_currency_code>sample string 4</customer_currency_code>
  <customer_id>sample string 35</customer_id>
  <customer_ip>sample string 24</customer_ip>
  <customer_language_id>22</customer_language_id>
  <customer_tax_display_type>sample string 39</customer_tax_display_type>
  <customer_tax_display_type_id>6</customer_tax_display_type_id>
  <deleted>true</deleted>
  <id>1</id>
  <order_discount>18.1</order_discount>
  <order_discounts>
    <NopOrderDiscountEx>
      <coupon>sample string 4</coupon>
      <discount_percentage>2</discount_percentage>
      <id>1</id>
      <name>sample string 3</name>
    </NopOrderDiscountEx>
    <NopOrderDiscountEx>
      <coupon>sample string 4</coupon>
      <discount_percentage>2</discount_percentage>
      <id>1</id>
      <name>sample string 3</name>
    </NopOrderDiscountEx>
  </order_discounts>
  <order_items>
    <NopOrderItemEx>
      <attribute_description>sample string 10</attribute_description>
      <discount_amount_excl_tax>8.1</discount_amount_excl_tax>
      <discount_amount_incl_tax>7.1</discount_amount_incl_tax>
      <download_count>11</download_count>
      <id>sample string 1</id>
      <isDownload_activated>true</isDownload_activated>
      <license_download_id>true</license_download_id>
      <original_product_cost>9.1</original_product_cost>
      <price_excl_tax>6.1</price_excl_tax>
      <price_incl_tax>5.1</price_incl_tax>
      <product>
        <BasepriceUnitId>14</BasepriceUnitId>
        <attributes>
          <NopProductAttributesEX>
            <attribute_control_type_id>7</attribute_control_type_id>
            <attribute_control_type_name>sample string 10</attribute_control_type_name>
            <attribute_values>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
            </attribute_values>
            <default_value>sample string 9</default_value>
            <display_order>8</display_order>
            <guid>sample string 1</guid>
            <id>2</id>
            <is_required>true</is_required>
            <product_attribute_id>3</product_attribute_id>
            <product_attribute_name>sample string 4</product_attribute_name>
            <text_prompt>sample string 5</text_prompt>
          </NopProductAttributesEX>
          <NopProductAttributesEX>
            <attribute_control_type_id>7</attribute_control_type_id>
            <attribute_control_type_name>sample string 10</attribute_control_type_name>
            <attribute_values>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
            </attribute_values>
            <default_value>sample string 9</default_value>
            <display_order>8</display_order>
            <guid>sample string 1</guid>
            <id>2</id>
            <is_required>true</is_required>
            <product_attribute_id>3</product_attribute_id>
            <product_attribute_name>sample string 4</product_attribute_name>
            <text_prompt>sample string 5</text_prompt>
          </NopProductAttributesEX>
        </attributes>
        <baseprice_amount>1</baseprice_amount>
        <baseprice_base_amount>1</baseprice_base_amount>
        <full_description>sample string 5</full_description>
        <gtin>sample string 13</gtin>
        <id>1</id>
        <images>
          <NopProductImageEx>
            <attachment>sample string 2</attachment>
            <se_name>sample string 3</se_name>
            <seofilename>sample string 4</seofilename>
            <src>sample string 1</src>
          </NopProductImageEx>
          <NopProductImageEx>
            <attachment>sample string 2</attachment>
            <se_name>sample string 3</se_name>
            <seofilename>sample string 4</seofilename>
            <src>sample string 1</src>
          </NopProductImageEx>
        </images>
        <localized_names>
          <NameLocalizedNameEx>
            <language_id>1</language_id>
            <localized_name>sample string 2</localized_name>
          </NameLocalizedNameEx>
          <NameLocalizedNameEx>
            <language_id>1</language_id>
            <localized_name>sample string 2</localized_name>
          </NameLocalizedNameEx>
        </localized_names>
        <meta_description>sample string 11</meta_description>
        <meta_keywords>sample string 6</meta_keywords>
        <meta_title>sample string 12</meta_title>
        <name>sample string 3</name>
        <old_price>9</old_price>
        <order_maximum_quantity>1</order_maximum_quantity>
        <order_minimum_quantity>1</order_minimum_quantity>
        <price>8</price>
        <product_cost>10</product_cost>
        <product_specification_attributes>
          <NopProductSpecificationAttributeEx>
            <allow_filtering>true</allow_filtering>
            <attribute_type>sample string 9</attribute_type>
            <attribute_type_id>3</attribute_type_id>
            <custom_value>sample string 5</custom_value>
            <display_order>8</display_order>
            <id>1</id>
            <product_id>2</product_id>
            <show_on_product_page>true</show_on_product_page>
            <specification_attribute_option_id>4</specification_attribute_option_id>
          </NopProductSpecificationAttributeEx>
          <NopProductSpecificationAttributeEx>
            <allow_filtering>true</allow_filtering>
            <attribute_type>sample string 9</attribute_type>
            <attribute_type_id>3</attribute_type_id>
            <custom_value>sample string 5</custom_value>
            <display_order>8</display_order>
            <id>1</id>
            <product_id>2</product_id>
            <show_on_product_page>true</show_on_product_page>
            <specification_attribute_option_id>4</specification_attribute_option_id>
          </NopProductSpecificationAttributeEx>
        </product_specification_attributes>
        <published>true</published>
        <short_description>sample string 4</short_description>
        <show_on_home_page>true</show_on_home_page>
        <sku>sample string 7</sku>
        <special_price>1</special_price>
        <url>sample string 15</url>
        <visible_individually>true</visible_individually>
        <weight>1</weight>
      </product>
      <product_attributes>
        <NopOrderProductAttributes>
          <id>1</id>
          <value>sample string 2</value>
        </NopOrderProductAttributes>
        <NopOrderProductAttributes>
          <id>1</id>
          <value>sample string 2</value>
        </NopOrderProductAttributes>
      </product_attributes>
      <quantity>2</quantity>
      <unit_price_excl_tax>4.1</unit_price_excl_tax>
      <unit_price_incl_tax>3.1</unit_price_incl_tax>
    </NopOrderItemEx>
    <NopOrderItemEx>
      <attribute_description>sample string 10</attribute_description>
      <discount_amount_excl_tax>8.1</discount_amount_excl_tax>
      <discount_amount_incl_tax>7.1</discount_amount_incl_tax>
      <download_count>11</download_count>
      <id>sample string 1</id>
      <isDownload_activated>true</isDownload_activated>
      <license_download_id>true</license_download_id>
      <original_product_cost>9.1</original_product_cost>
      <price_excl_tax>6.1</price_excl_tax>
      <price_incl_tax>5.1</price_incl_tax>
      <product>
        <BasepriceUnitId>14</BasepriceUnitId>
        <attributes>
          <NopProductAttributesEX>
            <attribute_control_type_id>7</attribute_control_type_id>
            <attribute_control_type_name>sample string 10</attribute_control_type_name>
            <attribute_values>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
            </attribute_values>
            <default_value>sample string 9</default_value>
            <display_order>8</display_order>
            <guid>sample string 1</guid>
            <id>2</id>
            <is_required>true</is_required>
            <product_attribute_id>3</product_attribute_id>
            <product_attribute_name>sample string 4</product_attribute_name>
            <text_prompt>sample string 5</text_prompt>
          </NopProductAttributesEX>
          <NopProductAttributesEX>
            <attribute_control_type_id>7</attribute_control_type_id>
            <attribute_control_type_name>sample string 10</attribute_control_type_name>
            <attribute_values>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
              <NopAttributeValueEx>
                <associated_product_id>1</associated_product_id>
                <color_squares_rgb>sample string 4</color_squares_rgb>
                <cost>1</cost>
                <display_order>1</display_order>
                <id>1</id>
                <is_pre_selected>true</is_pre_selected>
                <name>sample string 3</name>
                <price_adjustment>1</price_adjustment>
                <product_image_id>1</product_image_id>
                <quantity>1</quantity>
                <type_id>2</type_id>
                <weight_adjustment>1</weight_adjustment>
              </NopAttributeValueEx>
            </attribute_values>
            <default_value>sample string 9</default_value>
            <display_order>8</display_order>
            <guid>sample string 1</guid>
            <id>2</id>
            <is_required>true</is_required>
            <product_attribute_id>3</product_attribute_id>
            <product_attribute_name>sample string 4</product_attribute_name>
            <text_prompt>sample string 5</text_prompt>
          </NopProductAttributesEX>
        </attributes>
        <baseprice_amount>1</baseprice_amount>
        <baseprice_base_amount>1</baseprice_base_amount>
        <full_description>sample string 5</full_description>
        <gtin>sample string 13</gtin>
        <id>1</id>
        <images>
          <NopProductImageEx>
            <attachment>sample string 2</attachment>
            <se_name>sample string 3</se_name>
            <seofilename>sample string 4</seofilename>
            <src>sample string 1</src>
          </NopProductImageEx>
          <NopProductImageEx>
            <attachment>sample string 2</attachment>
            <se_name>sample string 3</se_name>
            <seofilename>sample string 4</seofilename>
            <src>sample string 1</src>
          </NopProductImageEx>
        </images>
        <localized_names>
          <NameLocalizedNameEx>
            <language_id>1</language_id>
            <localized_name>sample string 2</localized_name>
          </NameLocalizedNameEx>
          <NameLocalizedNameEx>
            <language_id>1</language_id>
            <localized_name>sample string 2</localized_name>
          </NameLocalizedNameEx>
        </localized_names>
        <meta_description>sample string 11</meta_description>
        <meta_keywords>sample string 6</meta_keywords>
        <meta_title>sample string 12</meta_title>
        <name>sample string 3</name>
        <old_price>9</old_price>
        <order_maximum_quantity>1</order_maximum_quantity>
        <order_minimum_quantity>1</order_minimum_quantity>
        <price>8</price>
        <product_cost>10</product_cost>
        <product_specification_attributes>
          <NopProductSpecificationAttributeEx>
            <allow_filtering>true</allow_filtering>
            <attribute_type>sample string 9</attribute_type>
            <attribute_type_id>3</attribute_type_id>
            <custom_value>sample string 5</custom_value>
            <display_order>8</display_order>
            <id>1</id>
            <product_id>2</product_id>
            <show_on_product_page>true</show_on_product_page>
            <specification_attribute_option_id>4</specification_attribute_option_id>
          </NopProductSpecificationAttributeEx>
          <NopProductSpecificationAttributeEx>
            <allow_filtering>true</allow_filtering>
            <attribute_type>sample string 9</attribute_type>
            <attribute_type_id>3</attribute_type_id>
            <custom_value>sample string 5</custom_value>
            <display_order>8</display_order>
            <id>1</id>
            <product_id>2</product_id>
            <show_on_product_page>true</show_on_product_page>
            <specification_attribute_option_id>4</specification_attribute_option_id>
          </NopProductSpecificationAttributeEx>
        </product_specification_attributes>
        <published>true</published>
        <short_description>sample string 4</short_description>
        <show_on_home_page>true</show_on_home_page>
        <sku>sample string 7</sku>
        <special_price>1</special_price>
        <url>sample string 15</url>
        <visible_individually>true</visible_individually>
        <weight>1</weight>
      </product>
      <product_attributes>
        <NopOrderProductAttributes>
          <id>1</id>
          <value>sample string 2</value>
        </NopOrderProductAttributes>
        <NopOrderProductAttributes>
          <id>1</id>
          <value>sample string 2</value>
        </NopOrderProductAttributes>
      </product_attributes>
      <quantity>2</quantity>
      <unit_price_excl_tax>4.1</unit_price_excl_tax>
      <unit_price_incl_tax>3.1</unit_price_incl_tax>
    </NopOrderItemEx>
  </order_items>
  <order_notes>
    <NopOrderNoteEx>
      <id>1</id>
      <note>sample string 2</note>
    </NopOrderNoteEx>
    <NopOrderNoteEx>
      <id>1</id>
      <note>sample string 2</note>
    </NopOrderNoteEx>
  </order_notes>
  <order_shipping_excl_tax>13.1</order_shipping_excl_tax>
  <order_shipping_incl_tax>12.1</order_shipping_incl_tax>
  <order_status>sample string 36</order_status>
  <order_sub_total_discount_excl_tax>11.1</order_sub_total_discount_excl_tax>
  <order_sub_total_discount_incl_tax>10.1</order_sub_total_discount_incl_tax>
  <order_subtotal_excl_tax>9.1</order_subtotal_excl_tax>
  <order_subtotal_incl_tax>8.1</order_subtotal_incl_tax>
  <order_tax>17.1</order_tax>
  <order_total>19.1</order_total>
  <paid_date_utc>2025-12-06T05:35:54.0469816+01:00</paid_date_utc>
  <payment_method_additional_fee_excl_tax>15.1</payment_method_additional_fee_excl_tax>
  <payment_method_additional_fee_incl_tax>14.1</payment_method_additional_fee_incl_tax>
  <payment_method_system_name>sample string 3</payment_method_system_name>
  <payment_status>sample string 37</payment_status>
  <refunded_amount>20.1</refunded_amount>
  <reward_points_were_added>true</reward_points_were_added>
  <shipping_address>
    <address1>sample string 8</address1>
    <address2>sample string 9</address2>
    <city>sample string 7</city>
    <company>sample string 5</company>
    <country>sample string 6</country>
    <country_id>1</country_id>
    <created_on_utc>2025-12-06T05:35:54.0469816+01:00</created_on_utc>
    <customer_attributes>sample string 13</customer_attributes>
    <email>sample string 4</email>
    <fax_number>sample string 12</fax_number>
    <first_name>sample string 2</first_name>
    <id>1</id>
    <last_name>sample string 3</last_name>
    <phone_number>sample string 11</phone_number>
    <province>sample string 14</province>
    <zip_postal_code>sample string 10</zip_postal_code>
  </shipping_address>
  <shipping_method>sample string 31</shipping_method>
  <shipping_rate_computation_method_system_name>sample string 32</shipping_rate_computation_method_system_name>
  <shipping_status>sample string 38</shipping_status>
  <store_id>2</store_id>
  <subscription_transaction_id>sample string 30</subscription_transaction_id>
  <tax_rates>sample string 16</tax_rates>
  <vat_number>sample string 7</vat_number>
</NopOrderEx>