Unified.to · Schema

property_ShippingShipment_customs_items

Customs items

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-shippingshipment-customs-items-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_ShippingShipment_customs_items",
  "title": "property_ShippingShipment_customs_items",
  "description": "Customs items",
  "items": {
    "$ref": "#/components/schemas/ShippingCustomsItem"
  },
  "type": "array"
}