{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/CoreItem",
"title": "CoreItem",
"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."
},
"ageGroup": {
"type": "string",
"description": "(Primary Item Aspect) The age group for which the product is recommended. For example, newborn, infant, toddler, kids, adult, etc. All the item aspects, including this aspect, are returned in the localizedAspects container."
},
"authenticityGuarantee": {
"description": "A container for information about whether an item is qualified for the Authenticity Guarantee program.
Under the Authenticity Guarantee program, the seller ships a purchased item to a a third-party authenticator who inspects the item and provides an authentication card for it before the item is shipped to the buyer. If the buyer returns the item, the authenticator first verifies that it is the same item in the same condition before returning it to the seller.
Note: Refer to the Authenticity Guarantee page for more information.",
"$ref": "#/components/schemas/AuthenticityGuaranteeProgram"
},
"authenticityVerification": {
"description": "A container for information about whether an item is from a verified seller.",
"$ref": "#/components/schemas/AuthenticityVerificationProgram"
},
"availableCoupons": {
"type": "array",
"description": "A list of available coupons for the item.",
"items": {
"$ref": "#/components/schemas/AvailableCoupon"
}
},
"bidCount": {
"type": "integer",
"description": "This integer value indicates the total number of bids that have been placed against an auction item. This field is returned only for auction items.",
"format": "int32"
},
"brand": {
"type": "string",
"description": "(Primary Item Aspect) The name brand of the item, such as Nike, Apple, etc. All the item aspects, including this aspect, are returned in the localizedAspects container."
},
"buyingOptions": {
"type": "array",
"description": "A comma separated list of all the purchase options available for the item. The values returned are:
FIXED_PRICE - Indicates the buyer can purchase the item for a set price using the Buy It Now button.AUCTION - Indicates the buyer can place a bid for the item. After the first bid is placed, this becomes a live auction item and is the only buying option for this item.BEST_OFFER - Indicates the buyer can send the seller a price they're willing to pay for the item. The seller can accept, reject, or send a counter offer. For more information on how this works, see Making a Best Offer.CLASSIFIED_AD - Indicates that the final sales transaction is to be completed outside of the eBay environment.true, this indicates that the item can be purchased using the Order API. false, this indicates that the item cannot be purchased using the Order API and must be purchased on the eBay site.EBAY_SG) is not supported.X-EBAY-C-ENDUSERCTX request header in the method.| Item | Lot Definition | Lot Size |
|---|---|---|
| A package of 24 AA batteries | A box of 10 packages | 10 |
| A P235/75-15 Goodyear tire | 4 tires | 4 |
| Fashion Jewelry Rings | Package of 100 assorted rings | 100 |
X-EBAY-C-MARKETPLACE-ID request header specifying the supported marketplace (such as EBAY_GB) to see the VAT-inclusive pricing. For more information on VAT, refer to VAT Obligations in the EU.",
"$ref": "#/components/schemas/ConvertedAmount"
},
"priceDisplayCondition": {
"type": "string",
"description": "Indicates when in the buying flow the item's price can appear for minimum advertised price (MAP) items, which is the lowest price a retailer can advertise/show for this item. For implementation help, refer to eBay API documentation"
},
"primaryItemGroup": {
"description": "The container that returns details of a primary item group (parent ID of an item group). An item group is an item that has various aspect differences, such as color, size, storage capacity, etc. true if the listing is part of a Promoted Listing campaign. Promoted Listings are available to Above Standard and Top Rated sellers with recent sales activity.If the highest bid is not equal to or higher than the reserve price when the auction ends, the listing ends and the item is not sold.
Note: This is returned only for auctions that have a reserve price.
" }, "returnTerms": { "description": "The container that returns an overview of the seller's return policy.", "$ref": "#/components/schemas/ItemReturnTerms" }, "seller": { "description": "The container that returns basic and detailed about the seller of the item, such as name, feedback score, and contact information.", "$ref": "#/components/schemas/SellerDetail" }, "sellerItemRevision": { "type": "string", "description": "An identifier generated/incremented when a seller revises the item. There are two types of item revisions:\"unitPricingMeasure\": \"100g\",
\"unitPrice\": {
\"value\": \"7.99\",
\"currency\": \"GBP\"",
"$ref": "#/components/schemas/ConvertedAmount"
},
"unitPricingMeasure": {
"type": "string",
"description": "The designation, such as size, weight, volume, count, etc., that was used to specify the quantity of the item. This helps buyers compare prices. \"unitPricingMeasure\": \"100g\",
\"unitPrice\": {
\"value\": \"7.99\",
\"currency\": \"GBP\""
}
},
"description": "An array of containers with the details for all of the items returned."
}