apple / app-store-server-library-python

MIT License
158 stars 31 forks source link

[Question] Why I cannot lookup all of the refund history of my app! NOT ONLY ONE CUSTOMER's that related to the provided transactionId. #31

Closed CodeMasterYi closed 1 year ago

CodeMasterYi commented 1 year ago

I would like to know how can I lookup all of the refund history of my app. Is there any way to do that? client.get_refund_history only for one customer?

alexanderjordanbaker commented 1 year ago

The refund history endpoint only lookups up for one customer at a time. See https://developer.apple.com/documentation/appstoreserverapi/get_refund_history/ for more information