The detailed data returned for the event item.
Type that uses EventItem
Call that uses EventItem
GET
Fields
categoryId
The ID of the leaf category for the event item. A leaf category is the lowest level in a category and has no children.
itemGroupId
The unique identifier for the event item group. This is the parent item ID for the seller-defined variations.
Note: This field is returned for multiple-SKU items.
Note: This field is returned for multiple-SKU items.
itemGroupType
An enumeration value that indicates the type of item group. An item group contains items that have various aspect differences, such as color, size, or storage capacity.
itemId
The unique identifier for the event item.
Note: This field is only returned for single-SKU items.
Note: This field is only returned for single-SKU items.
marketingPrice
The original price for the event item, and the discount amount and percentage.
shippingOptions
array of ShippingOption
The cost required to ship the event item.
Note: For items with calculated shipping, this array is only returned if the X-EBAY-C-ENDUSERCTX header is supplied.
Note: For items with calculated shipping, this array is only returned if the X-EBAY-C-ENDUSERCTX header is supplied.
unitPrice
The price per unit for the event item. Some European countries require listings for certain types of products to include the price per unit so that buyers can accurately compare prices.
For example:
For example:
"unitPricingMeasure": "100g",
"unitPrice": {
"value": "7.99",
"currency": "GBP"
unitPricingMeasure
The designation used to specify the quantity of the event item, such as size, weight, volume, and count. This helps buyers compare prices.
For example, the following tells the buyer that the item is 7.99 per 100 grams.
For example, the following tells the buyer that the item is 7.99 per 100 grams.
"unitPricingMeasure": "100g",
"unitPrice": {
"value": "7.99",
"currency": "GBP"