Improvements
Customer Refunds Table Improvements
We are happy to announce that we have added two new fields to the Customer Refunds table: Offer title and Offer Id.
Now, when you expand a row with a customer refund, you will see the new fields:
Additionally, by clicking Offer Id, you will be able to open an offer details view.
This will further increase usability of the table, and you will have all the information you might need regarding a given customer refund at your fingertips.
API Changes
Improved
API 3.1:
- PATCH /3.1/customers/{customerId} - Update customer
A new parameter: email has been added. The endpoint can now be used to update a customer’s email address and replaces the functionality of the deprecated JSON-RPC endpoint updateCustomerEmail.
Deprecated
The following API endpoints have been deprecated and they are no longer available:
MediaStore SDK API:
- GET /receipt/{transactionId} - Fetch transaction receipt
API 3.1:
- GET /3.1/receipt/{transactionId} - Fetch transaction receipt
- POST /3.1/subscriptions/transfers/apple - Apple Restore Purchase
- POST /3.1/subscriptions/transfers/apple/searches - Apple Purchase History
- POST /3.1/subscriptions/transfers/android - Android Restore Purchase
- POST /3.1/subscriptions/transfers/android/searches - Android Purchase History