ArcBest · JSON Structure

Arcbest Api Shipment List Structure

Type: object Properties: 2
LogisticsFreightLTLSupply ChainShippingTransportation

ShipmentList is a JSON Structure definition published by ArcBest, describing 2 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

shipments totalCount

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "shipments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "proNumber": {},
          "bolNumber": {},
          "status": {},
          "quoteNumber": {}
        }
      }
    },
    "totalCount": {
      "type": "int32",
      "description": "Total number of shipments",
      "example": 25
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcbest/refs/heads/main/json-structure/arcbest-api-shipment-list-structure.json",
  "name": "ShipmentList"
}