Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Product weight #304

Closed
Olimhon31 opened this issue Apr 10, 2020 · 1 comment
Closed

Product weight #304

Olimhon31 opened this issue Apr 10, 2020 · 1 comment

Comments

@Olimhon31
Copy link

Olimhon31 commented Apr 10, 2020

I am facing the problem which is the weight of the product.how can i can get product weight ? I used trading api but most of weight of the products equal to 0.
is there any way to get product weight all the time? I requested like this:
response = api_trading.execute('GetItem' , {"ItemID":"184097524395",'DestinationPostalCode':'2940','DestinationCountryCode':'GB'})

THANK YOU!!!

@fsmosca
Copy link

fsmosca commented Apr 11, 2020

It seems like if the seller does not indicate a weight in the first place, the api has nothing to show for it.

If shipping is free, most likely the seller does not bother entering the weight of the item. So perhaps find those products whose shipping is not free, maybe the seller will indicate the weight for shipping calculations.

"ShippingDetails": {"ShippingType": "Calculated"}

I also tried GetItem and it can show weight of the item as long as weight is available. I also tried GetItemShipping and it can show weight of item if available, but needs DestinationPostalCode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants