acuity-brands · Example Payload

Acuity Brands Order Example

Fortune 1000

Acuity Brands Order 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

orderIdpurchaseOrderNumberstatusorderDateestimatedShipDateactualShipDatelineItemstotalAmountshipToAddress

Example Payload

Raw ↑
{
  "orderId": "ACB-2026-001234",
  "purchaseOrderNumber": "PO-55678",
  "status": "shipped",
  "orderDate": "2026-04-15",
  "estimatedShipDate": "2026-04-20",
  "actualShipDate": "2026-04-19",
  "lineItems": [],
  "totalAmount": 455.0,
  "shipToAddress": {}
}