CompleteSale
Do various tasks after the creation of a single line item or multiple line item order. For example, complete a sale and leave feedback.
Input
Name | Type | Required | Description |
FeedbackCommentText | String | False | Textual comment that explains, clarifies, or justifies the Feedback rating specified in FeedbackCommentType. This field is required if feedback is left. |
FeedbackCommentType | String | False | This value indicates the Feedback rating for the user specified in the FeedbackTargetUser field. This field is required if feedback is left.For example, positive or negative. |
FeedbackTargetUser | String | False | Username of the target user. |
ItemId | String | False | Id of the item sold. |
OrderId | String | False | A unique identifier that identifies a single line item or multiple line item order. |
OrderLineItemId | String | False | A unique identifier for an eBay order line item based upon the concatenation of ItemId and TransactionId with a hyphen in between these two Ids. For a single line item order, the OrderLineItemId value can be passed into the OrderId field. |
Paid | String | False | Whether the buyer has paid for the order. True or False. |
ShipmentTrackingNumber | String | False | The tracking number assigned by the shipping carrier to the item shipment. This field and the ShippingCarrierUsed field are mutually dependent. When you submit ShipmentTrackingNumber, you must also supply a value for ShippingCarrierUsed. When you submit ShippingCarrierUsed, you must also supply a value for ShipmentTrackingNumber. |
ShippingCarrierUsed | String | False | The name of the shipping carrier used to ship the item. This field and the ShipmentTrackingNumber field are mutually dependent. When you submit ShippingCarrierUsed, you must also supply a value for ShipmentTrackingNumber. When you submit ShipmentTrackingNumber, you must also supply a value for ShippingCarrierUsed. |
ShippedTime | String | False | The date and time that the seller handed off the packages to the shipping carrier. If this field is not included in the call, the timestamp of the call execution is used as the shipped time. |
Shipped | String | False | The seller includes and sets this field to true if the order has been shipped. If the call is successful, the order line items are marked as Shipped in My eBay. For example, true or false. |
TransactionId | String | False | Unique identifier for an eBay order line item (transaction). |
Result Set Columns
Name | Type | Description |
Success | String | This value shows a boolean indication of whether the operation was successful or not. |