Skip to main content

A type that defines the fields for an individual line item.

Type that uses LineItem

GuestCheckoutSessionResponseV2

Calls that use LineItem

Fields

Field
Type
Description
authenticityVerification
A container returned for orders that are eligible for eBay's Authenticity Guarantee service. The seller ships Authenticity Guarantee service items to the authentication partner instead of the buyer. If the item is successfully authenticated, the authenticator will ship the item to the buyer.
baseUnitPrice
The cost of a single quantity of the line item. This is the starting point for computing the price during the checkout session.

Note: The price includes 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 VAT-inclusive pricing. For more information on VAT, refer to VAT Obligations in the EU.
fees
array of Fee
A breakdown of the fees applicable to the line item.
image
An eBay-assigned URL of the item image.
itemId
The eBay identifier of an item. This ID is returned by the Browse and Feed API methods. The ID is in RESTful item ID format.

For example: v1|2**********6|5**********4 or v1|1**********9|0.

For more information about item IDs for RESTful APIs, see Legacy API compatibility.
lineItemId
A unique eBay-assigned ID value that identifies a line item in a checkout session.
netPrice
The total cost for the line item, taking into account the quantity, any seller item discounts, and any coupon that applies.

Note: This does not include any shipping discounts, shipping costs, fees, or seller adjustments.
promotions
array of Promotion
An array of promotions applied to the line item.
quantity
The quantity ordered for the line item.
seller
A container that returns the information about the seller, such as their eBay user name.
shippingOptions
An array of shipping options that are available for the line item. By default, the first one will be selected.

Note: The updateGuestShippingOption method can be used to change the shipping option.
taxDetails
array of TaxDetail
A container that returns the tax information for the line item.
title
The seller-created title of the item.