stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerSubscriptionContractsArgs

AdminTypes.CustomerSubscriptionContractsArgs interface

Represents information about a customer of the shop, such as the customer’s contact details, their order history, and whether they’ve agreed to receive marketing material by email.

**Caution:** Only use this data if it’s required for your app’s functionality. Shopify will restrict [access to scopes](https://shopify.dev/api/usage/access-scopes) for apps that don’t have a legitimate use for the associated data.

Signature:

export interface CustomerSubscriptionContractsArgs 

Properties

Property Modifiers Type Description
after?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
before?   InputMaybe<Scalars[‘String’][‘input’]> (Optional)
first?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
last?   InputMaybe<Scalars[‘Int’][‘input’]> (Optional)
reverse?   InputMaybe<Scalars[‘Boolean’][‘input’]> (Optional)