VTEX · Schema

FreightPriceResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
description string
firstPostalCodeInterval string
secondPostalCodeInterval string
price number
created string
View JSON Schema on GitHub

JSON Schema

vtex-freightpriceresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/FreightPriceResponse",
  "title": "FreightPriceResponse",
  "type": "object",
  "properties": {
    "description": {
      "type": "string"
    },
    "firstPostalCodeInterval": {
      "type": "string"
    },
    "secondPostalCodeInterval": {
      "type": "string"
    },
    "price": {
      "type": "number"
    },
    "created": {
      "type": "string",
      "format": "date-time"
    }
  }
}