AppPurchase interface

Services and features purchased once by the store.


Fields

  • createdAt ([DateTime!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
    The date and time when the app purchase was created.
  • name ([String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
    The name of the app purchase.
  • price ([MoneyV2!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/moneyv2))
    The amount to be charged to the store for the app purchase.
  • status ([AppPurchaseStatus!](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchasestatus))
    The status of the app purchase. Possible values include pending, active, declined and cancelled.
  • test ([Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
    Whether the app purchase is a test transaction.


Types that implement AppPurchase

  • [AppPurchaseOneTime](https://shopify.dev/docs/admin-api/graphql/reference/billing/apppurchaseonetime)