Unified.to · Schema

property_ShippingRateRate_surcharges

Additional charges

IntegrationsUnified API
View JSON Schema on GitHub

JSON Schema

unified-to-property-shippingraterate-surcharges-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/property_ShippingRateRate_surcharges",
  "title": "property_ShippingRateRate_surcharges",
  "description": "Additional charges",
  "items": {
    "$ref": "#/components/schemas/ShippingRateSurcharge"
  },
  "type": "array"
}