Home
Find the answer to your question
The LMS SoldReport is similar to the Trading API GetOrders in terms of the data returned. However, there are some differences -
GetOrders |
SoldReport |
|
1. |
Data returned can be limited by time (Order creation time, order modified time, number of days) |
No filtering options available. All orders from the last 30 days are returned unless they were acknowledged by an OrderAck call. |
2. | Final value fee is returned in the response if requested by passing IncludeFinalValueFee as true. | Final value fee is not returned. |
3. | Checkout status is returned. |
Checkout status is returned. |
4. |
BuyerCheckoutMessage is returned |
BuyerCheckoutMessage is not surfaced. |
5. |
Shipping Address is always returned (buyer's default address), however it is subject to change in subsequent responses since buyer has the ability to change shipping address during checkout. |
Shipping Address is returned only after buyer goes through checkout. |