ebay-node-api icon indicating copy to clipboard operation
ebay-node-api copied to clipboard

New Feature: Integerate with Order API

Open pajaydev opened this issue 6 years ago • 9 comments

New Feature

  1. Integerate with ebay Order API.
  2. To get Order details, post order, etc. https://developer.ebay.com/api-docs/buy/order/resources/purchase_order/methods/getPurchaseOrder#h2-samples

pajaydev avatar Jun 03 '18 06:06 pajaydev

@pajaydev did you ever get to use the Order API ?

It seems there is no node.js implementation for it ?

hems avatar Jan 03 '20 18:01 hems

@hems Planning to integrate it. Free feel to take it if you want to contribute.

pajaydev avatar Jan 03 '20 23:01 pajaydev

@hems Planning to integrate it. Free feel to take it if you want to contribute.

I just got access to the EBAY DEVELOPER API today, so i'm still barely understanding it.

I find the documentation to be very messy.

Let me know if you manage to do any progress on it or make at least 1 example.

Thank You

hems avatar Jan 03 '20 23:01 hems

@hems sure. I will try to take this task.

pajaydev avatar Jan 05 '20 04:01 pajaydev

@hems sure. I will try to take this task.

awesome!

All i want to do is to use the API to click "Buy Now" on an specific item for sale, but the API seem to be very confusing..

Did you manage to use the API to create a cart and checkout?

Fingers crossed we will find a way ( :

Happy 2020.

hems avatar Jan 06 '20 13:01 hems

I am working on implementing the getOrders method and perhaps a few other methods in Fulfillment API. Just waiting on my eBay developer account so I can make API calls and generate some test fixtures.

insanity54 avatar Apr 29 '20 18:04 insanity54

I am working on implementing the getOrders method and perhaps a few other methods in Fulfillment API. Just waiting on my eBay developer account so I can make API calls and generate some test fixtures.

^ that sounds great and surely it will be very useful!

Also, I was under the impression that Order API would allow me to "create an order" in order to buy something on EBAY from another seller, but from checking this links it seems that it's not the case?

Any idea of how we could use the ebay API to buy items from other sellers?

hems avatar Apr 29 '20 18:04 hems

I've only looked into the Sell API. Sounds like you need the Buy API

insanity54 avatar Apr 29 '20 18:04 insanity54

I've only looked into the Sell API. Sounds like you need the Buy API

absolutely, that's right.

thanks for pointing that out.

hems avatar Apr 29 '20 19:04 hems