VTEX · Schema

ShipperPartnerResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
cnpj string
name string
View JSON Schema on GitHub

JSON Schema

vtex-shipperpartnerresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ShipperPartnerResponse",
  "title": "ShipperPartnerResponse",
  "type": "object",
  "properties": {
    "cnpj": {
      "type": "string"
    },
    "name": {
      "type": "string"
    }
  }
}