---
title: >-
  Transition of application credit creation to the Partner API - Shopify
  developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/transition-of-application-credit-creation-to-the-partner-api
  md: >-
    https://shopify.dev/changelog/transition-of-application-credit-creation-to-the-partner-api.md
metadata:
  effectiveApiVersion: 2023-07
  affectedApi: []
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Deprecation Announcement
    handle: deprecation
  indicatesActionRequired: false
  createdAt: '2023-05-18T13:59:15-04:00'
  postedAt: '2023-05-24T00:00:00-04:00'
  updatedAt: '2024-12-13T17:24:38-05:00'
  effectiveAt: '2023-05-24T00:00:00-04:00'
---

May 24, 2023

Tags:

* API
* 2023-07

# Transition of application credit creation to the Partner API

As of Admin API version 2023-07, we are deprecating creating application credits through the Admin API. Both the [REST resource](https://shopify.dev/docs/api/admin-rest/2023-07/resources/applicationcredit#post-application-credits), and the [GraphQL mutation](https://shopify.dev/docs/api/admin-graphql/2023-07/mutations/appCreditCreate) will have their ability to create application credits deprecated. Going forward, create application credits using our new [appCreditCreate](https://shopify.dev/docs/api/partner/unstable/mutations/appCreditCreate) mutation in the Partner API.

This change will allow us to implement new features for application credit creation, such as allowing Partners to issue credits to Shops that have uninstalled their app.
