skip to Main Content

The ebay trading api is not giving the tracking number in response for an item sold on ebay sandbox. The item has a tracking number on ebay sandbox.

2

Answers


  1. You need to use: ShipmentTrackingDetailsType in Trading API

    And the operations which have this available are: CompleteSale, GetItemTransactions, GetOrders, GetOrderTransactions, GetSellerTransactions, GetSellingManagerSaleRecord (documented on the same page)

    Login or Signup to reply.
  2. You can also use the getorders API with eBay. Will require user token for that account and then use ShippingDetails response.

    http://developer.ebay.com/devzone/xml/docs/reference/ebay/GetOrders.html

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search