Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

object

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.

Store usage for app subscriptions with usage pricing.

DateTime!non-null

The date and time when the usage record was created.

String!non-null

The description of the app usage record.

ID!non-null

A globally-unique ID.

A unique key generated by the client to avoid duplicate charges.

MoneyV2!non-null

The price of the usage record.

Anchor to subscriptionLineItemsubscriptionLineItem

Defines the usage pricing plan the merchant is subscribed to.


Was this section helpful?

mutation

Enables an app to charge a store for features or services on a per-use basis. The usage charge value is counted towards the cappedAmount limit that was specified in the appUsagePricingDetails field when the app subscription was created. If you create an app usage charge that causes the total usage charges in a billing interval to exceed the capped amount, then a Total price exceeds balance remaining error is returned.


Was this section helpful?

interface

Was this section helpful?