acuity-brands · JSON Structure

Acuity Brands Shipment Structure

Shipment record for an order

Type: object Properties: 9
Fortune 1000

Acuity Brands Shipment Structure is a JSON Structure definition published by acuity-brands, describing 9 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

shipmentId orderId carrier proNumber trackingUrl shipDate estimatedDeliveryDate weight lineItems

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://structure.api-evangelist.com/acuity-brands/acuity-brands-shipment-structure.json",
  "title": "Shipment",
  "description": "Shipment record for an order",
  "type": "object",
  "properties": {
    "shipmentId": {
      "type": "string"
    },
    "orderId": {
      "type": "string"
    },
    "carrier": {
      "type": "string"
    },
    "proNumber": {
      "type": "string"
    },
    "trackingUrl": {
      "type": "string"
    },
    "shipDate": {
      "type": "string"
    },
    "estimatedDeliveryDate": {
      "type": "string"
    },
    "weight": {
      "type": "number"
    },
    "lineItems": {
      "type": "array",
      "items": {
        "type": "object"
      }
    }
  }
}