cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Export orders with Dims & weights

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.

Message 1 of 3
latest reply
2 REPLIES 2

Export orders with Dims & weights

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?

 

Message 2 of 3
latest reply

Export orders with Dims & weights

I have it working using https://api.ebay.com/ws/api.dll

but this returns xml


Surely this shouldn't be this difficult 🙄

Message 3 of 3
latest reply