The REST Admin API is a legacy API as of October 1, 2024. Starting April 1, 2025, all new public apps must be built exclusively with the GraphQL Admin API. For details and migration steps, visit our migration guide.
Application Credit
Creating application credits through this resource is being deprecated. App credits can continue to be created using the appCreditCreate mutation in the Partner API.
The ApplicationCredit resource is used to issue credits to merchants that can be used towards future app purchases in Shopify. You can create an application credit by sending a request that includes the credit amount and a description explaining the reason for the credit. A corresponding deduction based on your revenue share is entered in your Partner account by Shopify. For example, if you create a credit for $10.00, then a deduction of $8.00 is applied.
The total amount of all application credits requested by an app must not exceed the total amount the shop owner was charged in the last 30 days, or the total amount of pending payouts in the app's Partner account.
The ApplicationCredit resource can be used only by apps that use Shopify's Billing API (ApplicationCharge, RecurringApplicationCharge, or UsageCharge).
Endpoints
- get/admin/api/latest/application_
credits. json Retrieves all application credits - get/admin/api/latest/application_
credits/{application_ credit_ id}. json Retrieves a single application credit
The ApplicationCredit resource
Properties
The description of the application credit.
The ID of the application credit.
The amount refunded by the application credit.
Whether the application credit is a test transaction. Valid values: true
,null
The currency of the application credit amount.
The ApplicationCredit resource
Anchor to GET request, Retrieves all application creditsgetRetrieves all application credits
Retrieves all application credits
A comma-separated list of fields to include in the response.
Retrieve all application credits
Retrieve all application credits
/admin/api/2025-07/application_ credits. json
Response
Anchor to GET request, Retrieves a single application creditgetRetrieves a single application credit
Retrieves a single application credit
A comma-separated list of fields to include in the response.
Retrieve a single application credit
Retrieve a single application credit