Americold Realty Trust · Example Payload

Americold Edi Warehouse Shipping Advice Example

Cold StorageLogisticsSupply ChainWarehousingReal EstateTemperature-ControlledCold ChainEDI3PL

Americold Edi Warehouse Shipping Advice Example is an example object payload from Americold Realty Trust, with 13 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

adviceIdshipmentIdfacilityCodedepositorIdactualShipDatetrailerNumbersealNumberbillOfLadingNumbercarrierScacloadTemperatureFlineItemstotalWeightLbstotalPallets

Example Payload

americold-edi-warehouse-shipping-advice-example.json Raw ↑
{
  "adviceId": "ADV-2026-887301",
  "shipmentId": "SO-2026-118473",
  "facilityCode": "ATL-04",
  "depositorId": "DEP-49021",
  "actualShipDate": "2026-05-06T14:32:00Z",
  "trailerNumber": "TRL-44129",
  "sealNumber": "SE-991023",
  "billOfLadingNumber": "BOL-2026-77291-A",
  "carrierScac": "ACLD",
  "loadTemperatureF": -8.4,
  "lineItems": [
    {
      "lineNumber": 1,
      "sku": "SKU-FROZEN-CHKN-12CT",
      "gtin": "00819472003217",
      "lotNumber": "LOT-26W18-0042",
      "quantityOrdered": 240,
      "quantityShipped": 240,
      "quantityShortage": 0,
      "unitOfMeasure": "CS",
      "weightLbs": 4800.0
    },
    {
      "lineNumber": 2,
      "sku": "SKU-FROZEN-VEG-MIX-6CT",
      "gtin": "00819472004115",
      "lotNumber": "LOT-26W17-0119",
      "quantityOrdered": 180,
      "quantityShipped": 175,
      "quantityShortage": 5,
      "unitOfMeasure": "CS",
      "weightLbs": 2100.0
    }
  ],
  "totalWeightLbs": 6900.0,
  "totalPallets": 8
}