Home
Find the answer to your question
Making CompleteSale call on a Half.com transaction does not change the ShippedTime for the given Half.com item, what is the problem?
Detailed Description
When use CompleteSale API for Half.com item, one must specify <ListingType> tag and set its value to 'Half'. If the ListingType is not sent in the request for a half.com Item, the given transaction's ShippedTime property will not be updated.
Below is the sample CompletSale request for Half.com item:
<?xml version="1.0" encoding="utf-8" ?> <CompleteSaleRequestxmlns="urn:ebay:apis:eBLBaseComponents">Keep in mind that the ListingType tag only applies to Half in CompleteSale, and any other value will be ingored by the API .
Version Info
The code example above was based on the versions specified below:
API Schema Version | 521 |
Additional Resources