Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 1.15 KB

RefundItem.md

File metadata and controls

12 lines (8 loc) · 1.15 KB

RefundItem

Properties

Name Type Description Notes
refundAmount \macropage\SDKs\ebay\rest\fulfillment\Model\SimpleAmount [optional]
lineItemId string The unique identifier of an order line item. This identifier is created once a buyer purchases a 'Buy It Now' item or if an auction listing ends with a winning bidder. Either this field or the legacyReference container is needed to identify an individual order line item that will receive a refund. Note: The lineItemId field is used to identify an order line item in REST API format, and the legacyReference container is used to identify an order line item in Trading/legacy API format. Both legacy and REST API identifiers are returned in getOrder (Fulfillment API) and GetOrders (Trading API). [optional]
legacyReference \macropage\SDKs\ebay\rest\fulfillment\Model\LegacyReference [optional]

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