appliedPromotions |
\macropage\SDKs\ebay\rest\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] |
deliveryCost |
\macropage\SDKs\ebay\rest\fulfillment\Model\DeliveryCost |
|
[optional] |
discountedLineItemCost |
\macropage\SDKs\ebay\rest\fulfillment\Model\Amount |
|
[optional] |
ebayCollectAndRemitTaxes |
\macropage\SDKs\ebay\rest\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 and 'Goods and Services' tax (collected in Australia and New Zealand). 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] |
giftDetails |
\macropage\SDKs\ebay\rest\fulfillment\Model\GiftDetails |
|
[optional] |
legacyItemId |
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] |
legacyVariationId |
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] |
lineItemCost |
\macropage\SDKs\ebay\rest\fulfillment\Model\Amount |
|
[optional] |
lineItemFulfillmentInstructions |
\macropage\SDKs\ebay\rest\fulfillment\Model\LineItemFulfillmentInstructions |
|
[optional] |
lineItemFulfillmentStatus |
string |
This enumeration value indicates the current fulfillment status of the line item. For implementation help, refer to <a href='https://developer.ebay.com/devzone/rest/api-ref/fulfillment/types/LineItemFulfillmentStatusEnum.html'>eBay API documentation</a> |
[optional] |
lineItemId |
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] |
listingMarketplaceId |
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/devzone/rest/api-ref/fulfillment/types/MarketplaceIdEnum.html'>eBay API documentation</a> |
[optional] |
properties |
\macropage\SDKs\ebay\rest\fulfillment\Model\LineItemProperties |
|
[optional] |
purchaseMarketplaceId |
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/devzone/rest/api-ref/fulfillment/types/MarketplaceIdEnum.html'>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 |
\macropage\SDKs\ebay\rest\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] |
soldFormat |
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/devzone/rest/api-ref/fulfillment/types/SoldFormatEnum.html'>eBay API documentation</a> |
[optional] |
taxes |
\macropage\SDKs\ebay\rest\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, or if only eBay 'Collect and Remit' tax is applicable. |
[optional] |
title |
string |
The title of the listing. |
[optional] |
total |
\macropage\SDKs\ebay\rest\fulfillment\Model\Amount |
|
[optional] |