eBay · Schema

AuthenticityVerificationProgram

A type that identifies whether the item is from a verified seller.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
description string An indication that the item is from a verified seller.
termsWebUrl string The URL to the Authenticity Verification program terms of use.
View JSON Schema on GitHub

JSON Schema

ebay-authenticityverificationprogram-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AuthenticityVerificationProgram",
  "title": "AuthenticityVerificationProgram",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "An indication that the item is from a verified seller."
    },
    "termsWebUrl": {
      "type": "string",
      "description": "The URL to the Authenticity Verification program terms of use."
    }
  },
  "description": "A type that identifies whether the item is from a verified seller."
}