VTEX · Schema

ShippingCompanyResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
companyName string
trade string
cnpj string
companyContact string
telephoneArea string
telephone string
mobileArea string
mobile string
email string
View JSON Schema on GitHub

JSON Schema

vtex-shippingcompanyresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShippingCompanyResponse",
  "title": "ShippingCompanyResponse",
  "type": "object",
  "properties": {
    "companyName": {
      "type": "string"
    },
    "trade": {
      "type": "string"
    },
    "cnpj": {
      "type": "string"
    },
    "companyContact": {
      "type": "string"
    },
    "telephoneArea": {
      "type": "string"
    },
    "telephone": {
      "type": "string"
    },
    "mobileArea": {
      "type": "string"
    },
    "mobile": {
      "type": "string"
    },
    "email": {
      "type": "string"
    }
  }
}