Home
Americold Realty Trust
Americold Edi Warehouse Shipping Advice Structure
Americold Edi Warehouse Shipping Advice Structure
An Americold EDI 945 Warehouse Shipping Advice transmitted from an Americold facility to the depositor confirming that a shipment was made.
Type: object
Properties: 13
Required: 5
Cold Storage Logistics Supply Chain Warehousing Real-Estate Temperature Controlled Cold Chain EDI 3PL
AmericoldEdiWarehouseShippingAdvice is a JSON Structure definition published by Americold Realty Trust, describing 13 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
adviceId
shipmentId
facilityCode
depositorId
actualShipDate
trailerNumber
sealNumber
billOfLadingNumber
carrierScac
loadTemperatureF
lineItems
totalWeightLbs
totalPallets
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/americold-realty-trust/refs/heads/main/json-structure/americold-edi-warehouse-shipping-advice-structure.json",
"name": "AmericoldEdiWarehouseShippingAdvice",
"description": "An Americold EDI 945 Warehouse Shipping Advice transmitted from an Americold facility to the depositor confirming that a shipment was made.",
"type": "object",
"properties": {
"adviceId": {"type": "string", "example": "ADV-2026-887301"},
"shipmentId": {"type": "string", "example": "SO-2026-118473"},
"facilityCode": {"type": "string", "example": "ATL-04"},
"depositorId": {"type": "string", "example": "DEP-49021"},
"actualShipDate": {"type": "datetime", "example": "2026-05-06T14:32:00Z"},
"trailerNumber": {"type": "string", "example": "TRL-44129"},
"sealNumber": {"type": "string", "example": "SE-991023"},
"billOfLadingNumber": {"type": "string", "example": "BOL-2026-77291-A"},
"carrierScac": {"type": "string", "example": "ACLD"},
"loadTemperatureF": {"type": "double", "example": -8.4},
"lineItems": {
"type": "array",
"description": "Line-level as-shipped detail",
"items": {"$ref": "#/$defs/ShippingAdviceLineItem"}
},
"totalWeightLbs": {"type": "double", "example": 38400.0},
"totalPallets": {"type": "int32", "example": 20}
},
"required": ["adviceId", "shipmentId", "facilityCode", "actualShipDate", "lineItems"],
"$defs": {
"ShippingAdviceLineItem": {
"type": "object",
"description": "A single line of product as actually shipped",
"properties": {
"lineNumber": {"type": "int32", "example": 1},
"sku": {"type": "string", "example": "SKU-FROZEN-CHKN-12CT"},
"gtin": {"type": "string", "example": "00819472003217"},
"lotNumber": {"type": "string", "example": "LOT-26W18-0042"},
"quantityOrdered": {"type": "int32", "example": 240},
"quantityShipped": {"type": "int32", "example": 240},
"quantityShortage": {"type": "int32", "example": 0},
"unitOfMeasure": {"type": "string", "example": "CS"},
"weightLbs": {"type": "double", "example": 4800.0}
},
"required": ["lineNumber", "sku", "quantityShipped", "unitOfMeasure"]
}
}
}
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.
apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
resolveTurn a domain, URL or GitHub org into the provider it belongs to.
find_cohortsEvery scored population of providers in the catalog.
All 92 tools →
Call it yourself
curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/americold-edi-warehouse-shipping-advice-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms .
A second provider on the same verified email joins the account you already have.