Unified.to · Schema

ShippingRateSurcharge

IntegrationsUnified API

Properties

Name Type Description
amount number
code string
description string
name string
View JSON Schema on GitHub

JSON Schema

unified-to-shippingratesurcharge-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingRateSurcharge",
  "title": "ShippingRateSurcharge",
  "properties": {
    "amount": {
      "type": "number"
    },
    "code": {
      "type": "string"
    },
    "description": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  },
  "type": "object"
}