{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ItemSales", "title": "ItemSales", "type": "object", "properties": { "additionalImages": { "type": "array", "description": "An array of containers with the URLs for the images that are in addition to the primary image. The primary image is returned in the image.imageUrl field.", "items": { "$ref": "#/components/schemas/Image" } }, "adultOnly": { "type": "boolean", "description": "This indicates if the item is for adults only. For more information about adult-only items on eBay, see Adult items policy for sellers and Adult-Only items on eBay for buyers." }, "bidCount": { "type": "integer", "description": "This integer value indicates the total number of bids that have been placed for an auction item. This field is only returned for auction items.", "format": "int32" }, "buyingOptions": { "type": "array", "description": "A comma separated list of the purchase options available for the item, such as FIXED_PRICE, AUCTION.
FIXED_PRICE - Returned for fixed-price items (non-auction)AUCTION - Returned for auction items without Buy It Now featureFIXED_PRICE and AUCTION - Returned for auction items enabled with the Buy It Now featureX-EBAY-C-ENDUSERCTX request header in the method."
},
"itemGroupHref": {
"type": "string",
"description": "The HATEOAS reference of the parent page of the item group. An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. SELLER_DEFINED_VARIATIONS group type is supported and indicates that this is an item group created by the seller.X-EBAY-C-MARKETPLACE-ID request header specifying the supported marketplace (such as EBAY_GB) to see VAT-inclusive pricing. For more information on VAT, refer to VAT Obligations in the EU.",
"$ref": "#/components/schemas/ConvertedAmount"
},
"seller": {
"description": "This container returns basic information about the seller of the item, such as name, feedback score, etc.",
"$ref": "#/components/schemas/Seller"
},
"thumbnailImages": {
"type": "array",
"description": "An array of thumbnail images for the item. ",
"items": {
"$ref": "#/components/schemas/Image"
}
},
"title": {
"type": "string",
"description": "The seller-created title of the item.