VTEX · Schema

DeliverySlaPerType2

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
TypeName string
Price number
EstimatedTimeSpanToDelivery string
View JSON Schema on GitHub

JSON Schema

vtex-deliveryslapertype2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliverySlaPerType2",
  "title": "DeliverySlaPerType2",
  "type": "object",
  "properties": {
    "TypeName": {
      "type": "string"
    },
    "Price": {
      "type": "number"
    },
    "EstimatedTimeSpanToDelivery": {
      "type": "string"
    }
  }
}