JimCurryWang / python-shopee

pyshopee - Shopee Partner API Client for Python
https://pypi.org/project/pyshopee
MIT License
215 stars 82 forks source link

Quick question about order status #28

Open charlondelacruz opened 4 years ago

charlondelacruz commented 4 years ago

Hi just want to ask if you are able to get order from GetOrdersByStatus where status is shipped or to_confirm_receive

JimCurryWang commented 4 years ago

Hi @charlondelacruz ,

According to official document, the status only has the following options: ALL/UNPAID/READY_TO_SHIP/COMPLETED/IN_CANCEL/CANCELLED/TO_RETURN.

charlondelacruz commented 4 years ago

Hi @JimCurryWang

Yeah, I read that on the documentation I also tried to use those statuses it didn't work. I was just hoping that you have another workaround to achieve the result without calling ALL and not wasting resources.

Thanks for the reply though.