12-18-2024 10:13 AM - edited 12-18-2024 10:14 AM
Hi,
I need to be able to export orders with weights and dims then bulk process the orders for shipping then import back in.
I have the process working but unable to get the dims and weights ?
Any help appreciated.
12-18-2024 02:42 PM
I have made progress using the api. I can get orders okay using
https://auth.ebay.com/oauth2/authorize?client_id=xxxxx-4fe4c757a-d08417e6&redirect_uri=xxxxgherTh-pi...
I grad the code value and get a token using
https://api.ebay.com/identity/v1/oauth2/token
then call
https://api.ebay.com/sell/fulfillment/v1/order
using the access token
This gives me the orders but no weights or dims.
Chat GPT states I need to add scope buy.item.feed ( to get dims ) using
https://auth.ebay.com/oauth2/authorize?client_id=xxx-PRD-4fe4c757a-d08417e6&redirect_uri=xxxx-Higher...https://api.ebay.com/oauth/api_scope/buy.item.feed
But adding any other scope fails.
Any ideas?
12-18-2024 03:52 PM
I have it working using https://api.ebay.com/ws/api.dll
but this returns xml
Surely this shouldn't be this difficult 🙄