PayPal · Schema

orders.trackers.patch-404

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Properties

Name Type Description
details array
View JSON Schema on GitHub

JSON Schema

paypal-orderstrackerspatch-404-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/orders.trackers.patch-404",
  "title": "orders.trackers.patch-404",
  "properties": {
    "details": {
      "type": "array",
      "items": {
        "anyOf": [
          {
            "title": "TRACKER_ID_NOT_FOUND",
            "properties": {
              "issue": {
                "type": "string",
                "enum": [
                  "TRACKER_ID_NOT_FOUND"
                ]
              },
              "description": {
                "type": "string",
                "enum": [
                  "Specified tracker ID does not exist. Check the tracker ID and try again."
                ]
              }
            }
          }
        ]
      }
    }
  }
}