Skip to main content
interface

A charge created through an app.

•Money!
non-null

The amount of the app charge.

•ID!
non-null

A globally unique identifier.

•String!
non-null

The name of the app charge.

•Boolean!
non-null

Whether the app purchase was a test transaction.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A credit issued to a merchant for an app. Merchants are entitled to app credits under certain circumstances, such as when a paid app subscription is downgraded partway through its billing cycle.

•Money!
non-null

The amount that can be used towards future app purchases in Shopify.

•ID!
non-null

A globally unique identifier.

•String!
non-null

The description of the app credit.

•Boolean!
non-null

Whether the app credit was a test transaction.

•OBJECT

A one-time app charge for services and features purchased once by a store. For example, a one-time migration of a merchant's data from one platform to another.

•Money!
non-null

The amount of the app charge.

•ID!
non-null

A globally unique identifier.

•String!
non-null

The name of the app charge.

•Boolean!
non-null

Whether the app purchase was a test transaction.

•OBJECT

A recurring charge for use of an app, such as a monthly subscription charge.

•Money!
non-null

The amount of the app charge.

•DateTime

The date when the merchant will next be billed.

•ID!
non-null

A globally unique identifier.

•String!
non-null

The name of the app charge.

•Boolean!
non-null

Whether the app purchase was a test transaction.

•OBJECT

An app charge. This charge varies based on how much the merchant uses the app or a service that the app integrates with.

•Money!
non-null

The amount of the app charge.

•ID!
non-null

A globally unique identifier.

•String!
non-null

The name of the app charge.

•Boolean!
non-null

Whether the app purchase was a test transaction.


Was this section helpful?