Unified.to · Schema

ShippingShipments

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-shippingshipments-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingShipments",
  "title": "ShippingShipments",
  "items": {
    "$ref": "#/components/schemas/ShippingShipment"
  },
  "type": "array"
}