anitabyte / etsyv3

Python client for the Etsy OpenAPI v3
GNU General Public License v3.0
58 stars 24 forks source link

Adding was_paid and was_shipped filters in get_shop_receipts() #3

Closed fullsndfpv closed 1 year ago

fullsndfpv commented 1 year ago

Currently get_shop_receipts() returns all receipts from particular shop. Etsy's getShopReceipts() supports multiple filters from which only "limit" and "offset" are currently utilized.

Adding "was_paid" and "was_shipped" removes need for local filtering of the receipts.

anitabyte commented 1 year ago

Sorry for the delay - merged!