eBay · Schema

SellerCustomPolicy

The container for custom policies that apply to a listed item.

AuctionsCommerceProductsMarketplaceFortune 500

Properties

Name Type Description
description string The seller-defined description of the policy.
label string The seller-defined label for an individual custom policy.
type string The type of custom policy, such as PRODUCT_COMPLIANCE or TAKE_BACK. For implementation help, refer to eBay
View JSON Schema on GitHub

JSON Schema

ebay-sellercustompolicy-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/SellerCustomPolicy",
  "title": "SellerCustomPolicy",
  "type": "object",
  "properties": {
    "description": {
      "type": "string",
      "description": "The seller-defined description of the policy."
    },
    "label": {
      "type": "string",
      "description": "The seller-defined label for an individual custom policy."
    },
    "type": {
      "type": "string",
      "description": "The type of custom policy, such as PRODUCT_COMPLIANCE or TAKE_BACK. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/buy/browse/types/gct:SellerCustomPolicyTypeEnum'>eBay API documentation</a>"
    }
  },
  "description": "The container for custom policies that apply to a listed item."
}