VTEX · Schema

DeliveryServiceRouteItemStatusResponse

CommerceE-CommerceRetailMarketplacePayments

Properties

Name Type Description
description string
View JSON Schema on GitHub

JSON Schema

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