A type that defines the fields for an individual line item.
Type that uses LineItem
GuestCheckoutSessionResponseV2
Calls that use LineItem
Fields
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
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.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:
For more information about item IDs for RESTful APIs, see Legacy API compatibility.
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.
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.
Note: This does not include any shipping discounts, shipping costs, fees, or seller adjustments.
seller
A container that returns the information about the seller, such as their eBay user name.
shippingOptions
array of ShippingOption
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.
Note: The updateGuestShippingOption method can be used to change the shipping option.