UPS · Schema

TimeInTransitResponse

LogisticsShippingFortune 500Supply Chain

Properties

Name Type Description
validationList object
destinationPickList array
emsResponse object
View JSON Schema on GitHub

JSON Schema

ups-timeintransitresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TimeInTransitResponse",
  "title": "TimeInTransitResponse",
  "type": "object",
  "properties": {
    "validationList": {
      "type": "object"
    },
    "destinationPickList": {
      "type": "array",
      "items": {
        "type": "object"
      }
    },
    "emsResponse": {
      "type": "object",
      "properties": {
        "shipDate": {
          "type": "string"
        },
        "shipTime": {
          "type": "string"
        },
        "services": {
          "type": "array",
          "items": {
            "type": "object",
            "properties": {
              "serviceLevel": {
                "type": "string"
              },
              "serviceLevelDescription": {
                "type": "string"
              },
              "deliveryDate": {
                "type": "string"
              },
              "deliveryTime": {
                "type": "string"
              },
              "commitTime": {
                "type": "string"
              },
              "businessTransitDays": {
                "type": "integer"
              }
            }
          }
        }
      }
    }
  }
}