Skip to main content
object

Requires Apps must have read_discounts access scope.

The details about the app extension that's providing the discount type. This information includes the app extension's name and client ID, App Bridge configuration, discount class, function ID, and other metadata about the discount type, including the discount type's name and description.

•App!
non-null

The name of the app extension that's providing the discount type.

•FunctionsAppBridge!
non-null
•String!
non-null

The client ID of the app extension that's providing the discount type.

•String

A description of the discount type provided by the app extension.

•[DiscountClass!]!
non-null

The list of discount classes that this app extension supports.

•String!
non-null

The function ID associated with the app extension providing the discount type.

•String!
non-null

The name of the discount type that the app extension is providing.

Deprecated fields

•DiscountClass!
non-nullDeprecated
•DiscountApplicationTargetType!
non-nullDeprecated

Was this section helpful?

•query

An app discount type.

Arguments

•String!
required

The ID for the function providing the app discount type.


•query

A list of app discount types installed by apps.

•query

A list of app discount types installed by apps.

Arguments

•Int

The first n elements from the paginated list.

•String

The elements that come after the specified cursor.

•Int

The last n elements from the paginated list.

•String

The elements that come before the specified cursor.

•Boolean
Default:false

Reverse the order of the underlying list.



Was this section helpful?