--- title: AppPricingDetails - GraphQL Admin description: >- The information about the price that's charged to a shop every plan period. The concrete type can be `AppRecurringPricing` for recurring billing or `AppUsagePricing` for usage-based billing. api_version: 2026-04 api_name: admin type: union api_type: graphql source_url: html: 'https://shopify.dev/docs/api/admin-graphql/latest/unions/AppPricingDetails' md: >- https://shopify.dev/docs/api/admin-graphql/latest/unions/AppPricingDetails.md --- # App​Pricing​Details union The information about the price that's charged to a shop every plan period. The concrete type can be `AppRecurringPricing` for recurring billing or `AppUsagePricing` for usage-based billing. ## Fields with this union * [App​Plan​V2.pricingDetails](https://shopify.dev/docs/api/admin-graphql/latest/objects/AppPlanV2#field-AppPlanV2.fields.pricingDetails) OBJECT Contains the pricing details for the app plan that a merchant has subscribed to within their current billing arrangement. This simplified object focuses on the essential pricing information merchants need to understand their current subscription costs and billing structure. Details about subscription management and pricing strategies are available in the [app billing documentation](https://shopify.dev/docs/apps/launch/billing). *** ```graphql union AppPricingDetails = AppRecurringPricing | AppUsagePricing ```