ArcBest · JSON Structure

Arcbest Api Freight Item Structure

Type: object Properties: 7
LogisticsFreightLTLSupply ChainShippingTransportation

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

Properties

weight freightClass pieces description length width height

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "weight": {
      "type": "double",
      "description": "Weight in pounds",
      "example": 500
    },
    "freightClass": {
      "type": "string",
      "description": "NMFC freight classification",
      "example": "70"
    },
    "pieces": {
      "type": "int32",
      "description": "Number of pieces",
      "example": 2
    },
    "description": {
      "type": "string",
      "description": "Commodity description",
      "example": "Machine parts"
    },
    "length": {
      "type": "double",
      "description": "Length in inches",
      "example": 48.0
    },
    "width": {
      "type": "double",
      "description": "Width in inches",
      "example": 40.0
    },
    "height": {
      "type": "double",
      "description": "Height in inches",
      "example": 36.0
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/arcbest/refs/heads/main/json-structure/arcbest-api-freight-item-structure.json",
  "name": "FreightItem"
}