skip to Main Content

Here, I am calling ebay api to change the order status “shipped”.
I found some api call like,
setshipmenttrackinginfo, setshipmentinfo etc.

Can anyone know what is the main api call to change the order status “shipped”?
Or is there one of them above two?

2

Answers


  1. Chosen as BEST ANSWER

    I got answer for calling api to ebay to change the order status that is, CompleteSale


  2. Using http://developer.ebay.com/devzone/xml/docs/Reference/eBay/CompleteSale.html#CompleteSale API you can update status in eBay.

    You can update status using Shipped tab & you can also update feedback using this API.

    In this API you need only Auth Token & Item Id(Which is provide by eBay with Order)

    Thanks,

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