---
title: >-
  New inventoryPolicy argument for billing mutations - Shopify developer
  changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/inventorypolicy-argument-now-available-on-billing-attempts
  md: >-
    https://shopify.dev/changelog/inventorypolicy-argument-now-available-on-billing-attempts.md
metadata:
  effectiveApiVersion: 2025-01
  affectedApi:
    - displayName: Admin GraphQL API
      handle: admin-graphql
  primaryTag:
    displayName: API
    handle: api
  secondaryTag:
    displayName: Update
    handle: update
  indicatesActionRequired: false
  createdAt: '2024-12-13T10:19:47-05:00'
  postedAt: '2024-12-16T10:00:00-05:00'
  updatedAt: '2025-01-22T10:57:52-05:00'
  effectiveAt: '2024-12-16T10:00:00-05:00'
---

December 16, 2024

Tags:

* Admin GraphQL API
* 2025-01

# New inventoryPolicy argument for billing mutations

As of 2025-01, we’ve introduced an optional ‘inventoryPolicy’ argument for mutations that create billing attempts. This feature allows developers to override a merchant's inventory settings during the billing process. Regardless of whether a merchant's settings permit or restrict overselling, you can now specify your preferred inventory policy when initiating billing attempts. This flexibility ensures that your billing processes align with your specific inventory management needs.

The ‘inventoryPolicy’ argument can be used with the following billing attempt mutations:

* [subscriptionBillingAttemptCreate](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionBillingAttemptCreate)
* [subscriptionBillingCycleCharge](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionBillingCycleCharge)
* [subscriptionBillingCycleBulkCharge](https://shopify.dev/docs/api/admin-graphql/2025-01/mutations/subscriptionBillingCycleBulkCharge).

For more detailed information on how to implement the inventoryPolicy argument, visit the [Shopify.dev documentation](https://shopify.dev/docs/api/admin-graphql/unstable/enums/SubscriptionBillingAttemptInventoryPolicy).
