Anchor to AppPurchaseApp
AppPurchase
interface
Requires The staff member must have permission to manage app billing or approve app charges if authenticated with an online access token as described in https://shopify.dev/apps/auth/oauth/access-modes.
Services and features purchased once by the store.
Anchor to FieldsFields
- Anchor to createdAtcreated•
At DateTime! non-null The date and time when the app purchase occurred.
- Anchor to namename•String!non-null
The name of the app purchase.
- Anchor to priceprice•Money
V2! non-null The amount to be charged to the store for the app purchase.
- Anchor to statusstatus•App
Purchase non-nullStatus! The status of the app purchase.
- Anchor to testtest•Boolean!non-null
Whether the app purchase is a test transaction.
Was this section helpful?
{
"createdAt": "",
"name": "",
"price": "",
"status": "",
"test": ""
}
{
"createdAt": "",
"name": "",
"price": "",
"status": "",
"test": ""
}
interface AppPurchase {
createdAt: DateTime!
name: String!
price: MoneyV2!
status: AppPurchaseStatus!
test: Boolean!
}