PUT api/Order

Modify an order

Request Information

URI Parameters

None.

Body Parameters

Order
Name Type Description Additional information
VisibleId integer

Unique number for the Maersk System

MemberNumber string

Member account number

Max length: 50

Currency string

Currency

Max length: 5

DiscountTotal decimal number

Discount Total cost

GroupPoints decimal number

Group points

HandlingTotal decimal number

Handling Total cost

ImportDate date

Date and time imported in Utc

EstimatedShipDate date

Estimated shipping date Utc

OrderDate date

Order Date UTC

Required

OrderNumber string

Order Number

Required

Max length: 50

OrderSubTotal decimal number

Order Subtotal as decimal

OrderTotal decimal number

Order total as decimal

OrderType string

Order Type

Max length: 30

PersonalPoints decimal number

Personal Points

PONumber string

Purchase Order Number

Max length: 50

ShipAddress1 string

Ship Address 1

Required

Max length: 35

ShipAddress2 string

Ship Address 2

Max length: 35

ShipAddress3 string

Ship Address 3

Max length: 35

ShipCarrier string

Carrier Name

Max length: 30

ShipCountry string

Destination Country iso 2 digit

Required

Max length: 5

ShipCity string

Destination City

Required

Max length: 60

ShipCompany string

Optional Destination Company

Max length: 50

ShipEmail string

Email

Max length: 100

ShipName string

Name of Receiver

Required

Max length: 50

ShipPhone string

Reciever's Phone Number

Max length: 50

ShippingCode string

Shipping Code

Max length: 10

PreferredShipMethod string

Prefered Method of Shipment

Max length: 50

PreferredShipLocation string

Prefered Method of Shipment

Max length: 3

ShippingInstructions string

Optional Instructions

Max length: 500

DoNotOptimizeShipMethod boolean

Force use of preferred method even if a faster or cheaper method is available

ShipPostalCode string

Reciever Postal Code

Max length: 20

ShipServiceType string

Carrier Service Type

Max length: 50

ShipState string

Reciever's State

Required

Max length: 20

Source string

Source

Max length: 20

Status string

Status

Max length: 20

StatusDate date

Status Date Time UTC

ShippingTotal decimal number

Shipment Total

TaxableAmount decimal number

Taxable Amount

TaxPercent decimal number

Tax Percentage

TaxTotal decimal number

Tax Total

ERPNumber string

ERP Number

Max length: 50

ERPLocation string

ERP Location

Max length: 50

OrderItems Collection of OrderItem

Order Items

Required

OrderPayments Collection of OrderPayment

Order Payments

OrderOptions Collection of OrderOptions

Options as Key Value Pairs Values Include: SignatureOptions

OrderShipments Collection of Shipment

Shipments for an order

PerformanceInMS integer

ClientName string

Request Formats

application/json, text/json

Sample:
{
  "VisibleId": 1,
  "MemberNumber": "sample string 2",
  "Currency": "sample string 3",
  "DiscountTotal": 4.0,
  "GroupPoints": 5.0,
  "HandlingTotal": 6.0,
  "ImportDate": "2024-10-13T14:12:40.7414426+00:00",
  "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
  "OrderDate": "2024-10-13T14:12:40.7414426+00:00",
  "OrderNumber": "sample string 10",
  "OrderSubTotal": 11.0,
  "OrderTotal": 12.0,
  "OrderType": "sample string 13",
  "PersonalPoints": 14.0,
  "PONumber": "sample string 15",
  "ShipAddress1": "sample string 16",
  "ShipAddress2": "sample string 17",
  "ShipAddress3": "sample string 18",
  "ShipCarrier": "sample string 19",
  "ShipCountry": "sample string 20",
  "ShipCity": "sample string 21",
  "ShipCompany": "sample string 22",
  "ShipEmail": "sample string 23",
  "ShipName": "sample string 24",
  "ShipPhone": "sample string 25",
  "ShippingCode": "sample string 26",
  "PreferredShipMethod": "sample string 27",
  "PreferredShipLocation": "sample string 28",
  "ShippingInstructions": "sample string 29",
  "DoNotOptimizeShipMethod": true,
  "ShipPostalCode": "sample string 31",
  "ShipServiceType": "sample string 32",
  "ShipState": "sample string 33",
  "Source": "sample string 34",
  "Status": "sample string 35",
  "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
  "ShippingTotal": 37.0,
  "TaxableAmount": 38.0,
  "TaxPercent": 39.0,
  "TaxTotal": 40.0,
  "ERPNumber": "sample string 41",
  "ERPLocation": "sample string 42",
  "OrderItems": [
    {
      "LineItemNumber": "sample string 1",
      "ItemCode": "sample string 2",
      "Quantity": 3.1,
      "QuantityUoM": "sample string 4",
      "SalesPrice": 5.0,
      "PersonalPoints": 6.0,
      "GroupPoints": 7.0,
      "LineTotal": 8.0,
      "LineDiscount": 9.0,
      "Pricing": "sample string 10",
      "LineItemType": "sample string 11",
      "ParentKitItem": "sample string 12",
      "PackslipMessage": "sample string 13",
      "LotNumber": "sample string 14",
      "PerformanceInMS": 15,
      "ClientName": "sample string 16"
    },
    {
      "LineItemNumber": "sample string 1",
      "ItemCode": "sample string 2",
      "Quantity": 3.1,
      "QuantityUoM": "sample string 4",
      "SalesPrice": 5.0,
      "PersonalPoints": 6.0,
      "GroupPoints": 7.0,
      "LineTotal": 8.0,
      "LineDiscount": 9.0,
      "Pricing": "sample string 10",
      "LineItemType": "sample string 11",
      "ParentKitItem": "sample string 12",
      "PackslipMessage": "sample string 13",
      "LotNumber": "sample string 14",
      "PerformanceInMS": 15,
      "ClientName": "sample string 16"
    }
  ],
  "OrderPayments": [
    {
      "Amount": 1.0,
      "IsAuthorized": true,
      "AuthorizedDate": "2024-10-13T14:12:40.7414426+00:00",
      "PerformanceInMS": 4,
      "ClientName": "sample string 5"
    },
    {
      "Amount": 1.0,
      "IsAuthorized": true,
      "AuthorizedDate": "2024-10-13T14:12:40.7414426+00:00",
      "PerformanceInMS": 4,
      "ClientName": "sample string 5"
    }
  ],
  "OrderOptions": [
    {
      "OrderOption": "sample string 1",
      "OrderOptionValue": "sample string 2",
      "PerformanceInMS": 3,
      "ClientName": "sample string 4"
    },
    {
      "OrderOption": "sample string 1",
      "OrderOptionValue": "sample string 2",
      "PerformanceInMS": 3,
      "ClientName": "sample string 4"
    }
  ],
  "OrderShipments": [
    {
      "VisibleId": 1,
      "OrderNumber": "sample string 2",
      "PoNumber": "sample string 3",
      "Priority": 4,
      "MemberNumber": "sample string 5",
      "ShipmentType": "sample string 6",
      "ShipCountry": "sample string 7",
      "ShipmentNumber": 8,
      "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
      "Status": "sample string 10",
      "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShipName": "sample string 12",
      "ShipAddress1": "sample string 13",
      "ShipAddress2": "sample string 14",
      "ShipAddress3": "sample string 15",
      "ShipCity": "sample string 16",
      "ShipCompany": "sample string 17",
      "ShipState": "sample string 18",
      "ShipPostalCode": "sample string 19",
      "DoNotOptimizeShipMethod": true,
      "ShipmentCarrier": "sample string 21",
      "ShipmentServiceType": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipPhone": "sample string 24",
      "CustomsValue": 25.0,
      "ShipmentShippedDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedDeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShippingInstructions": "sample string 30",
      "ShippingLicensePlate": "sample string 31",
      "EstimatedWeight": 32.0,
      "WeightUoM": "sample string 33",
      "ActualWeight": 34.0,
      "ShipLocationId": 1,
      "WarehouseCode": "sample string 35",
      "ShippingCharge": 36.0,
      "OrderShipmentItems": [
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "ShipmentTrackingNumbers": [
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        },
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        }
      ],
      "OrderShipmentPackages": [
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        },
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        }
      ],
      "PerformanceInMS": 37,
      "ClientName": "sample string 38"
    },
    {
      "VisibleId": 1,
      "OrderNumber": "sample string 2",
      "PoNumber": "sample string 3",
      "Priority": 4,
      "MemberNumber": "sample string 5",
      "ShipmentType": "sample string 6",
      "ShipCountry": "sample string 7",
      "ShipmentNumber": 8,
      "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
      "Status": "sample string 10",
      "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShipName": "sample string 12",
      "ShipAddress1": "sample string 13",
      "ShipAddress2": "sample string 14",
      "ShipAddress3": "sample string 15",
      "ShipCity": "sample string 16",
      "ShipCompany": "sample string 17",
      "ShipState": "sample string 18",
      "ShipPostalCode": "sample string 19",
      "DoNotOptimizeShipMethod": true,
      "ShipmentCarrier": "sample string 21",
      "ShipmentServiceType": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipPhone": "sample string 24",
      "CustomsValue": 25.0,
      "ShipmentShippedDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedDeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShippingInstructions": "sample string 30",
      "ShippingLicensePlate": "sample string 31",
      "EstimatedWeight": 32.0,
      "WeightUoM": "sample string 33",
      "ActualWeight": 34.0,
      "ShipLocationId": 1,
      "WarehouseCode": "sample string 35",
      "ShippingCharge": 36.0,
      "OrderShipmentItems": [
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "ShipmentTrackingNumbers": [
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        },
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        }
      ],
      "OrderShipmentPackages": [
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        },
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        }
      ],
      "PerformanceInMS": 37,
      "ClientName": "sample string 38"
    }
  ],
  "PerformanceInMS": 43,
  "ClientName": "sample string 44"
}

application/xml, text/xml

Sample:
<Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PerformanceInMS>43</PerformanceInMS>
  <ClientName>sample string 44</ClientName>
  <VisibleId>1</VisibleId>
  <MemberNumber>sample string 2</MemberNumber>
  <Currency>sample string 3</Currency>
  <DiscountTotal>4</DiscountTotal>
  <GroupPoints>5</GroupPoints>
  <HandlingTotal>6</HandlingTotal>
  <ImportDate>2024-10-13T14:12:40.7414426+00:00</ImportDate>
  <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
  <OrderDate>2024-10-13T14:12:40.7414426+00:00</OrderDate>
  <OrderNumber>sample string 10</OrderNumber>
  <OrderSubTotal>11</OrderSubTotal>
  <OrderTotal>12</OrderTotal>
  <OrderType>sample string 13</OrderType>
  <PersonalPoints>14</PersonalPoints>
  <PONumber>sample string 15</PONumber>
  <ShipAddress1>sample string 16</ShipAddress1>
  <ShipAddress2>sample string 17</ShipAddress2>
  <ShipAddress3>sample string 18</ShipAddress3>
  <ShipCarrier>sample string 19</ShipCarrier>
  <ShipCountry>sample string 20</ShipCountry>
  <ShipCity>sample string 21</ShipCity>
  <ShipCompany>sample string 22</ShipCompany>
  <ShipEmail>sample string 23</ShipEmail>
  <ShipName>sample string 24</ShipName>
  <ShipPhone>sample string 25</ShipPhone>
  <ShippingCode>sample string 26</ShippingCode>
  <PreferredShipMethod>sample string 27</PreferredShipMethod>
  <PreferredShipLocation>sample string 28</PreferredShipLocation>
  <ShippingInstructions>sample string 29</ShippingInstructions>
  <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
  <ShipPostalCode>sample string 31</ShipPostalCode>
  <ShipServiceType>sample string 32</ShipServiceType>
  <ShipState>sample string 33</ShipState>
  <Source>sample string 34</Source>
  <Status>sample string 35</Status>
  <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
  <ShippingTotal>37</ShippingTotal>
  <TaxableAmount>38</TaxableAmount>
  <TaxPercent>39</TaxPercent>
  <TaxTotal>40</TaxTotal>
  <ERPNumber>sample string 41</ERPNumber>
  <ERPLocation>sample string 42</ERPLocation>
  <OrderItems>
    <OrderItem>
      <PerformanceInMS>15</PerformanceInMS>
      <ClientName>sample string 16</ClientName>
      <LineItemNumber>sample string 1</LineItemNumber>
      <ItemCode>sample string 2</ItemCode>
      <Quantity>3.1</Quantity>
      <QuantityUoM>sample string 4</QuantityUoM>
      <SalesPrice>5</SalesPrice>
      <PersonalPoints>6</PersonalPoints>
      <GroupPoints>7</GroupPoints>
      <LineTotal>8</LineTotal>
      <LineDiscount>9</LineDiscount>
      <Pricing>sample string 10</Pricing>
      <LineItemType>sample string 11</LineItemType>
      <ParentKitItem>sample string 12</ParentKitItem>
      <PackslipMessage>sample string 13</PackslipMessage>
      <LotNumber>sample string 14</LotNumber>
    </OrderItem>
    <OrderItem>
      <PerformanceInMS>15</PerformanceInMS>
      <ClientName>sample string 16</ClientName>
      <LineItemNumber>sample string 1</LineItemNumber>
      <ItemCode>sample string 2</ItemCode>
      <Quantity>3.1</Quantity>
      <QuantityUoM>sample string 4</QuantityUoM>
      <SalesPrice>5</SalesPrice>
      <PersonalPoints>6</PersonalPoints>
      <GroupPoints>7</GroupPoints>
      <LineTotal>8</LineTotal>
      <LineDiscount>9</LineDiscount>
      <Pricing>sample string 10</Pricing>
      <LineItemType>sample string 11</LineItemType>
      <ParentKitItem>sample string 12</ParentKitItem>
      <PackslipMessage>sample string 13</PackslipMessage>
      <LotNumber>sample string 14</LotNumber>
    </OrderItem>
  </OrderItems>
  <OrderPayments>
    <OrderPayment>
      <PerformanceInMS>4</PerformanceInMS>
      <ClientName>sample string 5</ClientName>
      <Amount>1</Amount>
      <IsAuthorized>true</IsAuthorized>
      <AuthorizedDate>2024-10-13T14:12:40.7414426+00:00</AuthorizedDate>
    </OrderPayment>
    <OrderPayment>
      <PerformanceInMS>4</PerformanceInMS>
      <ClientName>sample string 5</ClientName>
      <Amount>1</Amount>
      <IsAuthorized>true</IsAuthorized>
      <AuthorizedDate>2024-10-13T14:12:40.7414426+00:00</AuthorizedDate>
    </OrderPayment>
  </OrderPayments>
  <OrderOptions>
    <OrderOptions>
      <PerformanceInMS>3</PerformanceInMS>
      <ClientName>sample string 4</ClientName>
      <OrderOption>sample string 1</OrderOption>
      <OrderOptionValue>sample string 2</OrderOptionValue>
    </OrderOptions>
    <OrderOptions>
      <PerformanceInMS>3</PerformanceInMS>
      <ClientName>sample string 4</ClientName>
      <OrderOption>sample string 1</OrderOption>
      <OrderOptionValue>sample string 2</OrderOptionValue>
    </OrderOptions>
  </OrderOptions>
  <OrderShipments>
    <Shipment>
      <PerformanceInMS>37</PerformanceInMS>
      <ClientName>sample string 38</ClientName>
      <Id>1</Id>
      <OrderNumber>sample string 2</OrderNumber>
      <PoNumber>sample string 3</PoNumber>
      <Priority>4</Priority>
      <MemberNumber>sample string 5</MemberNumber>
      <ShipmentType>sample string 6</ShipmentType>
      <ShipCountry>sample string 7</ShipCountry>
      <ShipmentNumber>8</ShipmentNumber>
      <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
      <Status>sample string 10</Status>
      <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
      <ShipName>sample string 12</ShipName>
      <ShipAddress1>sample string 13</ShipAddress1>
      <ShipAddress2>sample string 14</ShipAddress2>
      <ShipAddress3>sample string 15</ShipAddress3>
      <ShipCity>sample string 16</ShipCity>
      <ShipCompany>sample string 17</ShipCompany>
      <ShipState>sample string 18</ShipState>
      <ShipPostalCode>sample string 19</ShipPostalCode>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipmentCarrier>sample string 21</ShipmentCarrier>
      <ShipmentServiceType>sample string 22</ShipmentServiceType>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipPhone>sample string 24</ShipPhone>
      <CustomsValue>25</CustomsValue>
      <ShipmentShippedDate>2024-10-13T14:12:40.7414426+00:00</ShipmentShippedDate>
      <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
      <EstimatedDeliveryDate>2024-10-13T14:12:40.7414426+00:00</EstimatedDeliveryDate>
      <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
      <ShippingInstructions>sample string 30</ShippingInstructions>
      <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
      <EstimatedWeight>32</EstimatedWeight>
      <WeightUoM>sample string 33</WeightUoM>
      <ActualWeight>34</ActualWeight>
      <ShipLocationId>1</ShipLocationId>
      <WarehouseCode>sample string 35</WarehouseCode>
      <ShippingCharge>36</ShippingCharge>
      <OrderShipmentItems>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
      </OrderShipmentItems>
      <ShipmentTrackingNumbers>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
      </ShipmentTrackingNumbers>
      <OrderShipmentPackages>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
      </OrderShipmentPackages>
    </Shipment>
    <Shipment>
      <PerformanceInMS>37</PerformanceInMS>
      <ClientName>sample string 38</ClientName>
      <Id>1</Id>
      <OrderNumber>sample string 2</OrderNumber>
      <PoNumber>sample string 3</PoNumber>
      <Priority>4</Priority>
      <MemberNumber>sample string 5</MemberNumber>
      <ShipmentType>sample string 6</ShipmentType>
      <ShipCountry>sample string 7</ShipCountry>
      <ShipmentNumber>8</ShipmentNumber>
      <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
      <Status>sample string 10</Status>
      <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
      <ShipName>sample string 12</ShipName>
      <ShipAddress1>sample string 13</ShipAddress1>
      <ShipAddress2>sample string 14</ShipAddress2>
      <ShipAddress3>sample string 15</ShipAddress3>
      <ShipCity>sample string 16</ShipCity>
      <ShipCompany>sample string 17</ShipCompany>
      <ShipState>sample string 18</ShipState>
      <ShipPostalCode>sample string 19</ShipPostalCode>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipmentCarrier>sample string 21</ShipmentCarrier>
      <ShipmentServiceType>sample string 22</ShipmentServiceType>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipPhone>sample string 24</ShipPhone>
      <CustomsValue>25</CustomsValue>
      <ShipmentShippedDate>2024-10-13T14:12:40.7414426+00:00</ShipmentShippedDate>
      <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
      <EstimatedDeliveryDate>2024-10-13T14:12:40.7414426+00:00</EstimatedDeliveryDate>
      <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
      <ShippingInstructions>sample string 30</ShippingInstructions>
      <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
      <EstimatedWeight>32</EstimatedWeight>
      <WeightUoM>sample string 33</WeightUoM>
      <ActualWeight>34</ActualWeight>
      <ShipLocationId>1</ShipLocationId>
      <WarehouseCode>sample string 35</WarehouseCode>
      <ShippingCharge>36</ShippingCharge>
      <OrderShipmentItems>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
      </OrderShipmentItems>
      <ShipmentTrackingNumbers>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
      </ShipmentTrackingNumbers>
      <OrderShipmentPackages>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
      </OrderShipmentPackages>
    </Shipment>
  </OrderShipments>
</Order>

application/x-www-form-urlencoded

Sample:
VisibleId=1&MemberNumber=sample+string+1&Currency=sample+string+1&DiscountTotal=1&GroupPoints=1&HandlingTotal=1&ImportDate=10%2f11%2f2024+9%3a33%3a56+AM&EstimatedShipDate=10%2f11%2f2024+9%3a33%3a56+AM&OrderDate=10%2f11%2f2024+9%3a33%3a56+AM&OrderNumber=sample+string+1&OrderSubTotal=1&OrderTotal=1&OrderType=sample+string+1&PersonalPoints=1&PONumber=sample+string+1&ShipAddress1=sample+string+1&ShipAddress2=sample+string+1&ShipAddress3=sample+string+1&ShipCarrier=sample+string+1&ShipCountry=sample+string+1&ShipCity=sample+string+1&ShipCompany=sample+string+1&ShipEmail=sample+string+1&ShipName=sample+string+1&ShipPhone=sample+string+1&ShippingCode=sample+string+1&PreferredShipMethod=sample+string+1&PreferredShipLocation=sample+string+1&ShippingInstructions=sample+string+1&DoNotOptimizeShipMethod=True&ShipPostalCode=sample+string+1&ShipServiceType=sample+string+1&ShipState=sample+string+1&Source=sample+string+1&Status=sample+string+1&StatusDate=10%2f11%2f2024+9%3a33%3a56+AM&ShippingTotal=1&TaxableAmount=1&TaxPercent=1&TaxTotal=1&ERPNumber=sample+string+1&ERPLocation=sample+string+1&OrderItems=System.Collections.Generic.List%601%5bPorta.Contract.OrderItem%5d&OrderPayments=System.Collections.Generic.List%601%5bPorta.Contract.OrderPayment%5d&OrderOptions=System.Collections.Generic.List%601%5bPorta.Contract.OrderOptions%5d&OrderShipments=System.Collections.Generic.List%601%5bPorta.Contract.Shipment.Shipment%5d&PerformanceInMS=1&ClientName=sample+string+1

Response Information

Resource Description

Order
Name Type Description Additional information
VisibleId integer

Unique number for the Maersk System

MemberNumber string

Member account number

Max length: 50

Currency string

Currency

Max length: 5

DiscountTotal decimal number

Discount Total cost

GroupPoints decimal number

Group points

HandlingTotal decimal number

Handling Total cost

ImportDate date

Date and time imported in Utc

EstimatedShipDate date

Estimated shipping date Utc

OrderDate date

Order Date UTC

Required

OrderNumber string

Order Number

Required

Max length: 50

OrderSubTotal decimal number

Order Subtotal as decimal

OrderTotal decimal number

Order total as decimal

OrderType string

Order Type

Max length: 30

PersonalPoints decimal number

Personal Points

PONumber string

Purchase Order Number

Max length: 50

ShipAddress1 string

Ship Address 1

Required

Max length: 35

ShipAddress2 string

Ship Address 2

Max length: 35

ShipAddress3 string

Ship Address 3

Max length: 35

ShipCarrier string

Carrier Name

Max length: 30

ShipCountry string

Destination Country iso 2 digit

Required

Max length: 5

ShipCity string

Destination City

Required

Max length: 60

ShipCompany string

Optional Destination Company

Max length: 50

ShipEmail string

Email

Max length: 100

ShipName string

Name of Receiver

Required

Max length: 50

ShipPhone string

Reciever's Phone Number

Max length: 50

ShippingCode string

Shipping Code

Max length: 10

PreferredShipMethod string

Prefered Method of Shipment

Max length: 50

PreferredShipLocation string

Prefered Method of Shipment

Max length: 3

ShippingInstructions string

Optional Instructions

Max length: 500

DoNotOptimizeShipMethod boolean

Force use of preferred method even if a faster or cheaper method is available

ShipPostalCode string

Reciever Postal Code

Max length: 20

ShipServiceType string

Carrier Service Type

Max length: 50

ShipState string

Reciever's State

Required

Max length: 20

Source string

Source

Max length: 20

Status string

Status

Max length: 20

StatusDate date

Status Date Time UTC

ShippingTotal decimal number

Shipment Total

TaxableAmount decimal number

Taxable Amount

TaxPercent decimal number

Tax Percentage

TaxTotal decimal number

Tax Total

ERPNumber string

ERP Number

Max length: 50

ERPLocation string

ERP Location

Max length: 50

OrderItems Collection of OrderItem

Order Items

Required

OrderPayments Collection of OrderPayment

Order Payments

OrderOptions Collection of OrderOptions

Options as Key Value Pairs Values Include: SignatureOptions

OrderShipments Collection of Shipment

Shipments for an order

PerformanceInMS integer

ClientName string

Response Formats

application/json, text/json

Sample:
{
  "VisibleId": 1,
  "MemberNumber": "sample string 2",
  "Currency": "sample string 3",
  "DiscountTotal": 4.0,
  "GroupPoints": 5.0,
  "HandlingTotal": 6.0,
  "ImportDate": "2024-10-13T14:12:40.7414426+00:00",
  "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
  "OrderDate": "2024-10-13T14:12:40.7414426+00:00",
  "OrderNumber": "sample string 10",
  "OrderSubTotal": 11.0,
  "OrderTotal": 12.0,
  "OrderType": "sample string 13",
  "PersonalPoints": 14.0,
  "PONumber": "sample string 15",
  "ShipAddress1": "sample string 16",
  "ShipAddress2": "sample string 17",
  "ShipAddress3": "sample string 18",
  "ShipCarrier": "sample string 19",
  "ShipCountry": "sample string 20",
  "ShipCity": "sample string 21",
  "ShipCompany": "sample string 22",
  "ShipEmail": "sample string 23",
  "ShipName": "sample string 24",
  "ShipPhone": "sample string 25",
  "ShippingCode": "sample string 26",
  "PreferredShipMethod": "sample string 27",
  "PreferredShipLocation": "sample string 28",
  "ShippingInstructions": "sample string 29",
  "DoNotOptimizeShipMethod": true,
  "ShipPostalCode": "sample string 31",
  "ShipServiceType": "sample string 32",
  "ShipState": "sample string 33",
  "Source": "sample string 34",
  "Status": "sample string 35",
  "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
  "ShippingTotal": 37.0,
  "TaxableAmount": 38.0,
  "TaxPercent": 39.0,
  "TaxTotal": 40.0,
  "ERPNumber": "sample string 41",
  "ERPLocation": "sample string 42",
  "OrderItems": [
    {
      "LineItemNumber": "sample string 1",
      "ItemCode": "sample string 2",
      "Quantity": 3.1,
      "QuantityUoM": "sample string 4",
      "SalesPrice": 5.0,
      "PersonalPoints": 6.0,
      "GroupPoints": 7.0,
      "LineTotal": 8.0,
      "LineDiscount": 9.0,
      "Pricing": "sample string 10",
      "LineItemType": "sample string 11",
      "ParentKitItem": "sample string 12",
      "PackslipMessage": "sample string 13",
      "LotNumber": "sample string 14",
      "PerformanceInMS": 15,
      "ClientName": "sample string 16"
    },
    {
      "LineItemNumber": "sample string 1",
      "ItemCode": "sample string 2",
      "Quantity": 3.1,
      "QuantityUoM": "sample string 4",
      "SalesPrice": 5.0,
      "PersonalPoints": 6.0,
      "GroupPoints": 7.0,
      "LineTotal": 8.0,
      "LineDiscount": 9.0,
      "Pricing": "sample string 10",
      "LineItemType": "sample string 11",
      "ParentKitItem": "sample string 12",
      "PackslipMessage": "sample string 13",
      "LotNumber": "sample string 14",
      "PerformanceInMS": 15,
      "ClientName": "sample string 16"
    }
  ],
  "OrderPayments": [
    {
      "Amount": 1.0,
      "IsAuthorized": true,
      "AuthorizedDate": "2024-10-13T14:12:40.7414426+00:00",
      "PerformanceInMS": 4,
      "ClientName": "sample string 5"
    },
    {
      "Amount": 1.0,
      "IsAuthorized": true,
      "AuthorizedDate": "2024-10-13T14:12:40.7414426+00:00",
      "PerformanceInMS": 4,
      "ClientName": "sample string 5"
    }
  ],
  "OrderOptions": [
    {
      "OrderOption": "sample string 1",
      "OrderOptionValue": "sample string 2",
      "PerformanceInMS": 3,
      "ClientName": "sample string 4"
    },
    {
      "OrderOption": "sample string 1",
      "OrderOptionValue": "sample string 2",
      "PerformanceInMS": 3,
      "ClientName": "sample string 4"
    }
  ],
  "OrderShipments": [
    {
      "VisibleId": 1,
      "OrderNumber": "sample string 2",
      "PoNumber": "sample string 3",
      "Priority": 4,
      "MemberNumber": "sample string 5",
      "ShipmentType": "sample string 6",
      "ShipCountry": "sample string 7",
      "ShipmentNumber": 8,
      "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
      "Status": "sample string 10",
      "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShipName": "sample string 12",
      "ShipAddress1": "sample string 13",
      "ShipAddress2": "sample string 14",
      "ShipAddress3": "sample string 15",
      "ShipCity": "sample string 16",
      "ShipCompany": "sample string 17",
      "ShipState": "sample string 18",
      "ShipPostalCode": "sample string 19",
      "DoNotOptimizeShipMethod": true,
      "ShipmentCarrier": "sample string 21",
      "ShipmentServiceType": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipPhone": "sample string 24",
      "CustomsValue": 25.0,
      "ShipmentShippedDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedDeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShippingInstructions": "sample string 30",
      "ShippingLicensePlate": "sample string 31",
      "EstimatedWeight": 32.0,
      "WeightUoM": "sample string 33",
      "ActualWeight": 34.0,
      "ShipLocationId": 1,
      "WarehouseCode": "sample string 35",
      "ShippingCharge": 36.0,
      "OrderShipmentItems": [
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "ShipmentTrackingNumbers": [
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        },
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        }
      ],
      "OrderShipmentPackages": [
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        },
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        }
      ],
      "PerformanceInMS": 37,
      "ClientName": "sample string 38"
    },
    {
      "VisibleId": 1,
      "OrderNumber": "sample string 2",
      "PoNumber": "sample string 3",
      "Priority": 4,
      "MemberNumber": "sample string 5",
      "ShipmentType": "sample string 6",
      "ShipCountry": "sample string 7",
      "ShipmentNumber": 8,
      "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
      "Status": "sample string 10",
      "StatusDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShipName": "sample string 12",
      "ShipAddress1": "sample string 13",
      "ShipAddress2": "sample string 14",
      "ShipAddress3": "sample string 15",
      "ShipCity": "sample string 16",
      "ShipCompany": "sample string 17",
      "ShipState": "sample string 18",
      "ShipPostalCode": "sample string 19",
      "DoNotOptimizeShipMethod": true,
      "ShipmentCarrier": "sample string 21",
      "ShipmentServiceType": "sample string 22",
      "ShipEmail": "sample string 23",
      "ShipPhone": "sample string 24",
      "CustomsValue": 25.0,
      "ShipmentShippedDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedShipDate": "2024-10-13T14:12:40.7414426+00:00",
      "EstimatedDeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
      "ShippingInstructions": "sample string 30",
      "ShippingLicensePlate": "sample string 31",
      "EstimatedWeight": 32.0,
      "WeightUoM": "sample string 33",
      "ActualWeight": 34.0,
      "ShipLocationId": 1,
      "WarehouseCode": "sample string 35",
      "ShippingCharge": 36.0,
      "OrderShipmentItems": [
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        },
        {
          "Id": 1,
          "OrderShipmentId": 2,
          "ItemCode": "sample string 3",
          "Quantity": 4,
          "QuantityUoM": "sample string 5",
          "QuantityShipped": 6,
          "QuantityCancelled": 7,
          "LineNumber": "sample string 8",
          "LotNumber": "sample string 9",
          "AllocationStatus": "sample string 10",
          "OrderItemType": "sample string 11",
          "PackslipMessage": "sample string 12",
          "ShippedDate": "2024-10-13T14:12:40.7414426+00:00",
          "ParentKitItem": "sample string 14",
          "PerformanceInMS": 15,
          "ClientName": "sample string 16"
        }
      ],
      "ShipmentTrackingNumbers": [
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        },
        {
          "Id": 1,
          "ShipmentId": 2,
          "OrderId": 3,
          "PackageNumber": 4,
          "TrackingNumber": "sample string 5",
          "TrackingNumber2": "sample string 6",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 10.1,
          "DBStatus": 11,
          "ClientName": "sample string 12",
          "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
          "TimeInMs": 14,
          "ResultCode": 15,
          "ResultMessage": "sample string 16",
          "CreatedSession": 17,
          "ModifiedSession": 18,
          "RowVersion": "sample string 19"
        }
      ],
      "OrderShipmentPackages": [
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        },
        {
          "OrderShipmentPackageId": 1,
          "OrderShipmentId": 2,
          "TrackingNumber": "sample string 3",
          "TrackingNumber2": "sample string 4",
          "ShipDate": "2024-10-13T14:12:40.7414426+00:00",
          "CarrierReceiveDate": "2024-10-13T14:12:40.7414426+00:00",
          "DeliveryDate": "2024-10-13T14:12:40.7414426+00:00",
          "TransitDays": 8.0,
          "Weight": 9.0,
          "WeightUoM": "sample string 10",
          "Length": 11.0,
          "Width": 12.0,
          "Height": 13.0,
          "DimUoM": "sample string 14",
          "PackageType": "sample string 15",
          "CreatedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "ModifiedDateTime": "2024-10-13T14:12:40.7414426+00:00",
          "OrderShipmentPackageDetails": [
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            },
            {
              "OrderShipmentPackageDetailId": 1,
              "OrderShipmentPackageId": 1,
              "OrderShipmentItemId": 1,
              "ItemID": 1,
              "Quantity": 1,
              "QuantityUoM": "sample string 2",
              "CaseQuantity": 1.0,
              "BoxId": 1,
              "BoxIdentifier": "sample string 3",
              "SerialNumber": "sample string 4",
              "AdditionalData2": "sample string 5",
              "AdditionalData3": "sample string 6",
              "LotNumber": "sample string 7",
              "AdditionalData": "sample string 8",
              "ResultMessage": "sample string 9",
              "ResultCode": 10,
              "CreatedSession": 11,
              "modifiedSession": 12,
              "rowVersion": "QEA=",
              "dbStatus": 13,
              "ModifiedTimeStamp": "2024-10-13T14:12:40.7414426+00:00",
              "ExecutionTime": 15,
              "PerformanceInMS": 16,
              "ClientName": "sample string 17"
            }
          ]
        }
      ],
      "PerformanceInMS": 37,
      "ClientName": "sample string 38"
    }
  ],
  "PerformanceInMS": 43,
  "ClientName": "sample string 44"
}

application/xml, text/xml

Sample:
<Order xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <PerformanceInMS>43</PerformanceInMS>
  <ClientName>sample string 44</ClientName>
  <VisibleId>1</VisibleId>
  <MemberNumber>sample string 2</MemberNumber>
  <Currency>sample string 3</Currency>
  <DiscountTotal>4</DiscountTotal>
  <GroupPoints>5</GroupPoints>
  <HandlingTotal>6</HandlingTotal>
  <ImportDate>2024-10-13T14:12:40.7414426+00:00</ImportDate>
  <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
  <OrderDate>2024-10-13T14:12:40.7414426+00:00</OrderDate>
  <OrderNumber>sample string 10</OrderNumber>
  <OrderSubTotal>11</OrderSubTotal>
  <OrderTotal>12</OrderTotal>
  <OrderType>sample string 13</OrderType>
  <PersonalPoints>14</PersonalPoints>
  <PONumber>sample string 15</PONumber>
  <ShipAddress1>sample string 16</ShipAddress1>
  <ShipAddress2>sample string 17</ShipAddress2>
  <ShipAddress3>sample string 18</ShipAddress3>
  <ShipCarrier>sample string 19</ShipCarrier>
  <ShipCountry>sample string 20</ShipCountry>
  <ShipCity>sample string 21</ShipCity>
  <ShipCompany>sample string 22</ShipCompany>
  <ShipEmail>sample string 23</ShipEmail>
  <ShipName>sample string 24</ShipName>
  <ShipPhone>sample string 25</ShipPhone>
  <ShippingCode>sample string 26</ShippingCode>
  <PreferredShipMethod>sample string 27</PreferredShipMethod>
  <PreferredShipLocation>sample string 28</PreferredShipLocation>
  <ShippingInstructions>sample string 29</ShippingInstructions>
  <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
  <ShipPostalCode>sample string 31</ShipPostalCode>
  <ShipServiceType>sample string 32</ShipServiceType>
  <ShipState>sample string 33</ShipState>
  <Source>sample string 34</Source>
  <Status>sample string 35</Status>
  <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
  <ShippingTotal>37</ShippingTotal>
  <TaxableAmount>38</TaxableAmount>
  <TaxPercent>39</TaxPercent>
  <TaxTotal>40</TaxTotal>
  <ERPNumber>sample string 41</ERPNumber>
  <ERPLocation>sample string 42</ERPLocation>
  <OrderItems>
    <OrderItem>
      <PerformanceInMS>15</PerformanceInMS>
      <ClientName>sample string 16</ClientName>
      <LineItemNumber>sample string 1</LineItemNumber>
      <ItemCode>sample string 2</ItemCode>
      <Quantity>3.1</Quantity>
      <QuantityUoM>sample string 4</QuantityUoM>
      <SalesPrice>5</SalesPrice>
      <PersonalPoints>6</PersonalPoints>
      <GroupPoints>7</GroupPoints>
      <LineTotal>8</LineTotal>
      <LineDiscount>9</LineDiscount>
      <Pricing>sample string 10</Pricing>
      <LineItemType>sample string 11</LineItemType>
      <ParentKitItem>sample string 12</ParentKitItem>
      <PackslipMessage>sample string 13</PackslipMessage>
      <LotNumber>sample string 14</LotNumber>
    </OrderItem>
    <OrderItem>
      <PerformanceInMS>15</PerformanceInMS>
      <ClientName>sample string 16</ClientName>
      <LineItemNumber>sample string 1</LineItemNumber>
      <ItemCode>sample string 2</ItemCode>
      <Quantity>3.1</Quantity>
      <QuantityUoM>sample string 4</QuantityUoM>
      <SalesPrice>5</SalesPrice>
      <PersonalPoints>6</PersonalPoints>
      <GroupPoints>7</GroupPoints>
      <LineTotal>8</LineTotal>
      <LineDiscount>9</LineDiscount>
      <Pricing>sample string 10</Pricing>
      <LineItemType>sample string 11</LineItemType>
      <ParentKitItem>sample string 12</ParentKitItem>
      <PackslipMessage>sample string 13</PackslipMessage>
      <LotNumber>sample string 14</LotNumber>
    </OrderItem>
  </OrderItems>
  <OrderPayments>
    <OrderPayment>
      <PerformanceInMS>4</PerformanceInMS>
      <ClientName>sample string 5</ClientName>
      <Amount>1</Amount>
      <IsAuthorized>true</IsAuthorized>
      <AuthorizedDate>2024-10-13T14:12:40.7414426+00:00</AuthorizedDate>
    </OrderPayment>
    <OrderPayment>
      <PerformanceInMS>4</PerformanceInMS>
      <ClientName>sample string 5</ClientName>
      <Amount>1</Amount>
      <IsAuthorized>true</IsAuthorized>
      <AuthorizedDate>2024-10-13T14:12:40.7414426+00:00</AuthorizedDate>
    </OrderPayment>
  </OrderPayments>
  <OrderOptions>
    <OrderOptions>
      <PerformanceInMS>3</PerformanceInMS>
      <ClientName>sample string 4</ClientName>
      <OrderOption>sample string 1</OrderOption>
      <OrderOptionValue>sample string 2</OrderOptionValue>
    </OrderOptions>
    <OrderOptions>
      <PerformanceInMS>3</PerformanceInMS>
      <ClientName>sample string 4</ClientName>
      <OrderOption>sample string 1</OrderOption>
      <OrderOptionValue>sample string 2</OrderOptionValue>
    </OrderOptions>
  </OrderOptions>
  <OrderShipments>
    <Shipment>
      <PerformanceInMS>37</PerformanceInMS>
      <ClientName>sample string 38</ClientName>
      <Id>1</Id>
      <OrderNumber>sample string 2</OrderNumber>
      <PoNumber>sample string 3</PoNumber>
      <Priority>4</Priority>
      <MemberNumber>sample string 5</MemberNumber>
      <ShipmentType>sample string 6</ShipmentType>
      <ShipCountry>sample string 7</ShipCountry>
      <ShipmentNumber>8</ShipmentNumber>
      <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
      <Status>sample string 10</Status>
      <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
      <ShipName>sample string 12</ShipName>
      <ShipAddress1>sample string 13</ShipAddress1>
      <ShipAddress2>sample string 14</ShipAddress2>
      <ShipAddress3>sample string 15</ShipAddress3>
      <ShipCity>sample string 16</ShipCity>
      <ShipCompany>sample string 17</ShipCompany>
      <ShipState>sample string 18</ShipState>
      <ShipPostalCode>sample string 19</ShipPostalCode>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipmentCarrier>sample string 21</ShipmentCarrier>
      <ShipmentServiceType>sample string 22</ShipmentServiceType>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipPhone>sample string 24</ShipPhone>
      <CustomsValue>25</CustomsValue>
      <ShipmentShippedDate>2024-10-13T14:12:40.7414426+00:00</ShipmentShippedDate>
      <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
      <EstimatedDeliveryDate>2024-10-13T14:12:40.7414426+00:00</EstimatedDeliveryDate>
      <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
      <ShippingInstructions>sample string 30</ShippingInstructions>
      <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
      <EstimatedWeight>32</EstimatedWeight>
      <WeightUoM>sample string 33</WeightUoM>
      <ActualWeight>34</ActualWeight>
      <ShipLocationId>1</ShipLocationId>
      <WarehouseCode>sample string 35</WarehouseCode>
      <ShippingCharge>36</ShippingCharge>
      <OrderShipmentItems>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
      </OrderShipmentItems>
      <ShipmentTrackingNumbers>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
      </ShipmentTrackingNumbers>
      <OrderShipmentPackages>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
      </OrderShipmentPackages>
    </Shipment>
    <Shipment>
      <PerformanceInMS>37</PerformanceInMS>
      <ClientName>sample string 38</ClientName>
      <Id>1</Id>
      <OrderNumber>sample string 2</OrderNumber>
      <PoNumber>sample string 3</PoNumber>
      <Priority>4</Priority>
      <MemberNumber>sample string 5</MemberNumber>
      <ShipmentType>sample string 6</ShipmentType>
      <ShipCountry>sample string 7</ShipCountry>
      <ShipmentNumber>8</ShipmentNumber>
      <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
      <Status>sample string 10</Status>
      <StatusDate>2024-10-13T14:12:40.7414426+00:00</StatusDate>
      <ShipName>sample string 12</ShipName>
      <ShipAddress1>sample string 13</ShipAddress1>
      <ShipAddress2>sample string 14</ShipAddress2>
      <ShipAddress3>sample string 15</ShipAddress3>
      <ShipCity>sample string 16</ShipCity>
      <ShipCompany>sample string 17</ShipCompany>
      <ShipState>sample string 18</ShipState>
      <ShipPostalCode>sample string 19</ShipPostalCode>
      <DoNotOptimizeShipMethod>true</DoNotOptimizeShipMethod>
      <ShipmentCarrier>sample string 21</ShipmentCarrier>
      <ShipmentServiceType>sample string 22</ShipmentServiceType>
      <ShipEmail>sample string 23</ShipEmail>
      <ShipPhone>sample string 24</ShipPhone>
      <CustomsValue>25</CustomsValue>
      <ShipmentShippedDate>2024-10-13T14:12:40.7414426+00:00</ShipmentShippedDate>
      <EstimatedShipDate>2024-10-13T14:12:40.7414426+00:00</EstimatedShipDate>
      <EstimatedDeliveryDate>2024-10-13T14:12:40.7414426+00:00</EstimatedDeliveryDate>
      <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
      <ShippingInstructions>sample string 30</ShippingInstructions>
      <ShippingLicensePlate>sample string 31</ShippingLicensePlate>
      <EstimatedWeight>32</EstimatedWeight>
      <WeightUoM>sample string 33</WeightUoM>
      <ActualWeight>34</ActualWeight>
      <ShipLocationId>1</ShipLocationId>
      <WarehouseCode>sample string 35</WarehouseCode>
      <ShippingCharge>36</ShippingCharge>
      <OrderShipmentItems>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
        <ShipmentItem>
          <PerformanceInMS>15</PerformanceInMS>
          <ClientName>sample string 16</ClientName>
          <Id>1</Id>
          <OrderShipmentId>2</OrderShipmentId>
          <ItemCode>sample string 3</ItemCode>
          <Quantity>4</Quantity>
          <QuantityUoM>sample string 5</QuantityUoM>
          <QuantityShipped>6</QuantityShipped>
          <QuantityCancelled>7</QuantityCancelled>
          <LineNumber>sample string 8</LineNumber>
          <LotNumber>sample string 9</LotNumber>
          <AllocationStatus>sample string 10</AllocationStatus>
          <OrderItemType>sample string 11</OrderItemType>
          <PackslipMessage>sample string 12</PackslipMessage>
          <ShippedDate>2024-10-13T14:12:40.7414426+00:00</ShippedDate>
          <ParentKitItem>sample string 14</ParentKitItem>
        </ShipmentItem>
      </OrderShipmentItems>
      <ShipmentTrackingNumbers>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
        <ShipmentTrackingNumber>
          <Id>1</Id>
          <ShipmentId>2</ShipmentId>
          <OrderId>3</OrderId>
          <PackageNumber>4</PackageNumber>
          <TrackingNumber>sample string 5</TrackingNumber>
          <TrackingNumber2>sample string 6</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>10.1</TransitDays>
          <DBStatus>11</DBStatus>
          <ClientName>sample string 12</ClientName>
          <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
          <TimeInMs>14</TimeInMs>
          <ResultCode>15</ResultCode>
          <ResultMessage>sample string 16</ResultMessage>
          <CreatedSession>17</CreatedSession>
          <ModifiedSession>18</ModifiedSession>
          <RowVersion>sample string 19</RowVersion>
        </ShipmentTrackingNumber>
      </ShipmentTrackingNumbers>
      <OrderShipmentPackages>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
        <ShipmentPackage>
          <OrderShipmentPackageId>1</OrderShipmentPackageId>
          <OrderShipmentId>2</OrderShipmentId>
          <TrackingNumber>sample string 3</TrackingNumber>
          <TrackingNumber2>sample string 4</TrackingNumber2>
          <ShipDate>2024-10-13T14:12:40.7414426+00:00</ShipDate>
          <CarrierReceiveDate>2024-10-13T14:12:40.7414426+00:00</CarrierReceiveDate>
          <DeliveryDate>2024-10-13T14:12:40.7414426+00:00</DeliveryDate>
          <TransitDays>8</TransitDays>
          <Weight>9</Weight>
          <WeightUoM>sample string 10</WeightUoM>
          <Length>11</Length>
          <Width>12</Width>
          <Height>13</Height>
          <DimUoM>sample string 14</DimUoM>
          <PackageType>sample string 15</PackageType>
          <CreatedDateTime>2024-10-13T14:12:40.7414426+00:00</CreatedDateTime>
          <ModifiedDateTime>2024-10-13T14:12:40.7414426+00:00</ModifiedDateTime>
          <OrderShipmentPackageDetails>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
            <OrderShipmentPackageDetail>
              <PerformanceInMS>16</PerformanceInMS>
              <ClientName>sample string 17</ClientName>
              <OrderShipmentPackageDetailId>1</OrderShipmentPackageDetailId>
              <OrderShipmentPackageId>1</OrderShipmentPackageId>
              <OrderShipmentItemId>1</OrderShipmentItemId>
              <ItemID>1</ItemID>
              <Quantity>1</Quantity>
              <QuantityUoM>sample string 2</QuantityUoM>
              <CaseQuantity>1</CaseQuantity>
              <BoxId>1</BoxId>
              <BoxIdentifier>sample string 3</BoxIdentifier>
              <SerialNumber>sample string 4</SerialNumber>
              <AdditionalData2>sample string 5</AdditionalData2>
              <AdditionalData3>sample string 6</AdditionalData3>
              <LotNumber>sample string 7</LotNumber>
              <AdditionalData>sample string 8</AdditionalData>
              <ResultMessage>sample string 9</ResultMessage>
              <ResultCode>10</ResultCode>
              <CreatedSession>11</CreatedSession>
              <modifiedSession>12</modifiedSession>
              <rowVersion>QEA=</rowVersion>
              <dbStatus>13</dbStatus>
              <ModifiedTimeStamp>2024-10-13T14:12:40.7414426+00:00</ModifiedTimeStamp>
              <ExecutionTime>15</ExecutionTime>
            </OrderShipmentPackageDetail>
          </OrderShipmentPackageDetails>
        </ShipmentPackage>
      </OrderShipmentPackages>
    </Shipment>
  </OrderShipments>
</Order>