eBay · Schema

Program

A seller program in to which a seller can opt-in.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
programType string A seller program in to which a seller can opt-in. For implementation help, refer to eBay API documentation
View JSON Schema on GitHub

JSON Schema

ebay-program-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Program",
  "title": "Program",
  "type": "object",
  "properties": {
    "programType": {
      "type": "string",
      "description": "A seller program in to which a seller can opt-in. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/account/types/api:ProgramTypeEnum'>eBay API documentation</a>"
    }
  },
  "description": "A seller program in to which a seller can opt-in."
}