acuity-brands · Example Payload

Acuity Brands Shipment Example

Fortune 1000

Acuity Brands Shipment Example is an example object payload from acuity-brands, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

shipmentIdorderIdcarrierproNumbertrackingUrlshipDateestimatedDeliveryDateweightlineItems

Example Payload

Raw ↑
{
  "shipmentId": "SHP-001",
  "orderId": "ACB-2026-001234",
  "carrier": "UPS Freight",
  "proNumber": "1Z999AA10123456784",
  "trackingUrl": "https://www.ups.com/track?tracknum=1Z999AA10123456784",
  "shipDate": "2026-04-19",
  "estimatedDeliveryDate": "2026-04-22",
  "weight": 45.5,
  "lineItems": []
}