--- title: SubscriptionBillingCycleBulkChargePayload - GraphQL Admin description: Return type for `subscriptionBillingCycleBulkCharge` mutation. api_version: 2025-10 api_name: admin type: payload api_type: graphql source_url: html: https://shopify.dev/docs/api/admin-graphql/latest/payloads/subscriptionbillingcyclebulkchargepayload md: https://shopify.dev/docs/api/admin-graphql/latest/payloads/subscriptionbillingcyclebulkchargepayload.md --- # Subscription​Billing​Cycle​Bulk​Charge​Payload payload Return type for `subscriptionBillingCycleBulkCharge` mutation. ## Fields * job [Job](https://shopify.dev/docs/api/admin-graphql/latest/objects/Job) The asynchronous job that performs the action on the targeted billing cycles. * user​Errors [\[Subscription​Billing​Cycle​Bulk​User​Error!\]!](https://shopify.dev/docs/api/admin-graphql/latest/objects/SubscriptionBillingCycleBulkUserError) non-null The list of errors that occurred from executing the mutation. *** ## Mutations with this payload * [subscription​Billing​Cycle​Bulk​Charge](https://shopify.dev/docs/api/admin-graphql/latest/mutations/subscriptionBillingCycleBulkCharge) mutation Asynchronously queries and charges all subscription billing cycles whose [billingAttemptExpectedDate](https://shopify.dev/api/admin-graphql/latest/objects/SubscriptionBillingCycle#field-billingattemptexpecteddate) values fall within a specified date range and meet additional filtering criteria. The results of this action can be retrieved using the [subscriptionBillingCycleBulkResults](https://shopify.dev/api/admin-graphql/latest/queries/subscriptionBillingCycleBulkResults) query. *** ## Map ### Mutations with this payload * [subscription​Billing​Cycle​Bulk​Charge](https://shopify.dev/docs/api/admin-graphql/latest/types/subscriptionBillingCycleBulkCharge)