The detailed data returned for the deal item.
Type that uses DealItem
Call that uses DealItem
GET
Fields
categoryId
The ID of the leaf category for the deal item. A leaf category is the lowest level in a category and has no children.
itemGroupId
The unique identifier for the deal 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 deal 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 deal item, and the discount amount and percentage.
price
The price for the deal item.
Note: The price does include the value-added tax (VAT) for applicable jurisdictions when requested from supported marketplaces. In this case, users must pass the
Note: The price does include the value-added tax (VAT) for applicable jurisdictions when requested from supported marketplaces. In this case, users must pass the
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.shippingOptions
array of ShippingOption
The cost required to ship the deal 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 deal 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 deal 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"