eBay · Schema

DeliveryConfig

A type that contains information about the delivery configuration.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
endpoint string The endpoint for this destination.
verificationToken string The verification token associated with this endpoint.
View JSON Schema on GitHub

JSON Schema

ebay-deliveryconfig-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/DeliveryConfig",
  "title": "DeliveryConfig",
  "type": "object",
  "properties": {
    "endpoint": {
      "type": "string",
      "description": "The endpoint for this destination."
    },
    "verificationToken": {
      "type": "string",
      "description": "The verification token associated with this endpoint."
    }
  },
  "description": "A type that contains information about the delivery configuration."
}