GET v6/integration/shipments

Request Information

URI Parameters

None.

Body Parameters

IntegrationSpecsModelv6
NameDescriptionTypeAdditional information
BatchSize

integer

None.

Pointer

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "batchSize": 1,
  "pointer": 1
}

Response Information

Resource Description

Collection of IntegrationShipmentModelv6
NameDescriptionTypeAdditional information
ShipmentId

integer

None.

ShipmentNumber

string

None.

SalesOrder

string

None.

StatusName

string

None.

ShipFrom

string

None.

ShipTo

string

None.

ActualShipDate

date

None.

PlannedShipDate

date

None.

Carrier

string

None.

FreightCost

decimal number

None.

Driver

string

None.

ConfirmationNumber

string

None.

TrailerNumber

string

None.

Items

Collection of IntegrationShipmentItemModelv6

None.

CreationDate

date

None.

ModifiedDate

date

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "shipmentId": 1,
    "shipmentNumber": "sample string 2",
    "salesOrder": "sample string 3",
    "statusName": "sample string 4",
    "shipFrom": "sample string 5",
    "shipTo": "sample string 6",
    "actualShipDate": "2025-11-08T08:28:31.6135503+00:00",
    "plannedShipDate": "2025-11-08T08:28:31.6135503+00:00",
    "carrier": "sample string 8",
    "freightCost": 9.0,
    "driver": "sample string 10",
    "confirmationNumber": "sample string 11",
    "trailerNumber": "sample string 12",
    "items": [
      {
        "sku": "sample string 1",
        "quantity": 2.0,
        "shippedQuantity": 3.0,
        "creationDate": "2025-11-08T08:28:31.6145399+00:00",
        "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
      },
      {
        "sku": "sample string 1",
        "quantity": 2.0,
        "shippedQuantity": 3.0,
        "creationDate": "2025-11-08T08:28:31.6145399+00:00",
        "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
      }
    ],
    "creationDate": "2025-11-08T08:28:31.6145399+00:00",
    "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
  },
  {
    "shipmentId": 1,
    "shipmentNumber": "sample string 2",
    "salesOrder": "sample string 3",
    "statusName": "sample string 4",
    "shipFrom": "sample string 5",
    "shipTo": "sample string 6",
    "actualShipDate": "2025-11-08T08:28:31.6135503+00:00",
    "plannedShipDate": "2025-11-08T08:28:31.6135503+00:00",
    "carrier": "sample string 8",
    "freightCost": 9.0,
    "driver": "sample string 10",
    "confirmationNumber": "sample string 11",
    "trailerNumber": "sample string 12",
    "items": [
      {
        "sku": "sample string 1",
        "quantity": 2.0,
        "shippedQuantity": 3.0,
        "creationDate": "2025-11-08T08:28:31.6145399+00:00",
        "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
      },
      {
        "sku": "sample string 1",
        "quantity": 2.0,
        "shippedQuantity": 3.0,
        "creationDate": "2025-11-08T08:28:31.6145399+00:00",
        "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
      }
    ],
    "creationDate": "2025-11-08T08:28:31.6145399+00:00",
    "modifiedDate": "2025-11-08T08:28:31.6145399+00:00"
  }
]