Skip to main content
interface

A historical event for apps and themes.

•EventType!
non-null

The type of event.

•ID!
non-null

Unique identifier for the event.

•DateTime!
non-null

The date and time when the event occurred.

•ShopReference

The shop associated with the event.

•Subject

The subject of the event (App or Theme).


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A charge event representing when a merchant was billed.

•Money!
non-null

The amount the merchant was charged.

•Decimal

The balance used for capped amount charges (legacy charges only).

•Decimal

The capped amount limit for usage-based charges (legacy charges only).

•ID!
non-null

Stable identifier for this charge.

•ChargeType!
non-null

The type of charge.

•String

Description of the charge.

•EventType!
non-null

The type of event.

•ID!
non-null

Unique identifier for the event.

•EventMetadata

Additional metadata for backfilled charges.

•DateTime!
non-null

The date and time when the event occurred.

•String

The plan handle associated with this charge.

•ShopReference

The shop associated with the event.

•Subject

The subject of the event (App or Theme).

•Decimal

Quantity for usage charges.

•OBJECT

A credit event.

•String

Description of the credit.

•EventType!
non-null

The type of event.

•ID!
non-null

Unique identifier for the event.

•Money!
non-null

The credit amount.

•DateTime!
non-null

The date and time when the event occurred.

•ShopReference

The shop associated with the event.

•CreditStatus!
non-null

The status of the credit.

•Subject

The subject of the event (App or Theme).

•OBJECT

An earning event representing when a partner receives payment.

•ID

References the charge ID from the related charge event.

•String

Description of the earning.

•EarningType!
non-null

The type of earning.

•EventType!
non-null

The type of event.

•Money!
non-null

The amount the merchant was charged.

•ID!
non-null

Unique identifier for the event.

•EventMetadata

Additional metadata for backfilled earnings.

•Money!
non-null

The amount the partner receives after commission.

•DateTime!
non-null

The date and time when the event occurred.

•Date

The date when the earning was settled.

•ShopReference

The shop associated with the event.

•Money!
non-null

Shopify's commission.

•Subject

The subject of the event (App or Theme).

•OBJECT

A relationship event (install, uninstall, deactivate, reactivate).

•EventType!
non-null

The type of event.

•ID!
non-null

Unique identifier for the event.

•DateTime!
non-null

The date and time when the event occurred.

•String

Reason for any non-installed state.

•String

Description of the reason for any non-installed state.

•ShopReference

The shop associated with the event.

•RelationshipState!
non-null

The state of the relationship.

•Subject

The subject of the event (App or Theme).

•OBJECT

A subscription status event.

•Date

Date when the subscription will actually end, if cancelled.

•EventType!
non-null

The type of event.

•ID!
non-null

Unique identifier for the event.

•DateTime!
non-null

The date and time when the event occurred.

•Plan

The subscription plan details.

•ShopReference

The shop associated with the event.

•SubscriptionStatusState!
non-null

The state of the subscription.

•Subject

The subject of the event (App or Theme).


Was this section helpful?