Skip to content

Latest commit

 

History

History
30 lines (27 loc) · 5.27 KB

File metadata and controls

30 lines (27 loc) · 5.27 KB

# LineItem

Properties

Name Type Description Notes
applied_promotions \Ebay\Sell\Fulfillment\Model\AppliedPromotion[] This array contains information about one or more sales promotions or discounts applied to the line item. It is always returned, but will be returned as an empty array if no special sales promotions or discounts apply to the order line item. [optional]
delivery_cost \Ebay\Sell\Fulfillment\Model\DeliveryCost [optional]
discounted_line_item_cost \Ebay\Sell\Fulfillment\Model\Amount [optional]
ebay_collect_and_remit_taxes \Ebay\Sell\Fulfillment\Model\EbayCollectAndRemitTax[] This container will be returned if the order line item is subject to a 'Collect and Remit' tax that eBay will collect and remit to the proper taxing authority on the buyer's behalf. 'Collect and Remit' tax includes US state-mandated sales tax, 'Goods and Services' tax in Australia or New Zealand, and VAT collected for UK and EU countries. The amount of this tax is shown in the amount field, and the type of tax is shown in the taxType field. eBay will display the tax type and amount during checkout in accordance with the buyer's address, and handle collection and remittance of the tax without requiring the seller to take any action. [optional]
gift_details \Ebay\Sell\Fulfillment\Model\GiftDetails [optional]
item_location \Ebay\Sell\Fulfillment\Model\ItemLocation [optional]
legacy_item_id string The eBay-generated legacy listing item ID of the listing. Note that the unique identifier of a listing in REST-based APIs is called the listingId instead. [optional]
legacy_variation_id string The unique identifier of a single variation within a multiple-variation listing. This field is only returned if the line item purchased was from a multiple-variation listing. [optional]
line_item_cost \Ebay\Sell\Fulfillment\Model\Amount [optional]
line_item_fulfillment_instructions \Ebay\Sell\Fulfillment\Model\LineItemFulfillmentInstructions [optional]
line_item_fulfillment_status string This enumeration value indicates the current fulfillment status of the line item. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/sel:LineItemFulfillmentStatusEnum&#39;&gt;eBay API documentation</a> [optional]
line_item_id string This is the unique identifier of an eBay order line item. This field is created as soon as there is a commitment to buy from the seller. [optional]
listing_marketplace_id string The unique identifier of the eBay marketplace where the line item was listed. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/ba:MarketplaceIdEnum&#39;&gt;eBay API documentation</a> [optional]
properties \Ebay\Sell\Fulfillment\Model\LineItemProperties [optional]
purchase_marketplace_id string The unique identifier of the eBay marketplace where the line item was listed. Often, the listingMarketplaceId and the purchaseMarketplaceId identifier are the same, but there are occasions when an item will surface on multiple eBay marketplaces. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/ba:MarketplaceIdEnum&#39;&gt;eBay API documentation</a> [optional]
quantity int The number of units of the line item in the order. These are represented as a group by a single lineItemId. [optional]
refunds \Ebay\Sell\Fulfillment\Model\LineItemRefund[] This array is always returned, but is returned as an empty array unless the seller has submitted a partial or full refund to the buyer for the order. If a refund has occurred, the refund amount and refund date will be shown for each refund. [optional]
sku string Seller-defined Stock-Keeping Unit (SKU). This inventory identifier must be unique within the seller's eBay inventory. SKUs are optional when listing in the legacy/Trading API system, but SKUs are required when listing items through the Inventory API model. [optional]
sold_format string The eBay listing type of the line item. The most common listing types are AUCTION and FIXED_PRICE. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/sel:SoldFormatEnum&#39;&gt;eBay API documentation</a> [optional]
taxes \Ebay\Sell\Fulfillment\Model\Tax[] Contains a list of taxes applied to the line item, if any. This array is always returned, but will be returned as empty if no taxes are applicable to the line item. [optional]
title string The title of the listing. [optional]
total \Ebay\Sell\Fulfillment\Model\Amount [optional]

[Back to Model list] [Back to API list] [Back to README]