Event
Events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the addition of a product.
Anchor to FieldsFields
- action (String!)
- appTitle (String)
- attributeToApp (Boolean!)
- attributeToUser (Boolean!)
- createdAt (DateTime!)
- criticalAlert (Boolean!)
- id (ID!)
- message (FormattedString!)
- Anchor to actionaction•String!non-null
The action that occured.
- Anchor to appTitleapp•String
Title The name of the app that created the event.
- Anchor to attributeToAppattribute•Boolean!
To App non-null Whether the event was created by an app.
- Anchor to attributeToUserattribute•Boolean!
To User non-null Whether the event was caused by an admin user.
- Anchor to createdAtcreated•Date
At Time! non-null The date and time when the event was created.
- Anchor to criticalAlertcritical•Boolean!
Alert non-null Whether the event is critical.
- •ID!non-null
A globally-unique ID.
- Anchor to messagemessage•Formatted
String! non-null Human readable text that describes the event.
Anchor to Types implemented inTypes implemented in
- BasicEvent (BasicEvent)
- CommentEvent (CommentEvent)
- •OBJECT
Basic events chronicle resource activities such as the creation of an article, the fulfillment of an order, or the addition of a product.
General events
Action Description createThe item was created. destroyThe item was destroyed. publishedThe item was published. unpublishedThe item was unpublished. updateThe item was updated. Order events
Order events can be divided into the following categories:
- Authorization: Includes whether the authorization succeeded, failed, or is pending.
- Capture: Includes whether the capture succeeded, failed, or is pending.
- Email: Includes confirmation or cancellation of the order, as well as shipping.
- Fulfillment: Includes whether the fulfillment succeeded, failed, or is pending. Also includes cancellation, restocking, and fulfillment updates.
- Order: Includess the placement, confirmation, closing, re-opening, and cancellation of the order.
- Refund: Includes whether the refund succeeded, failed, or is pending.
- Sale: Includes whether the sale succeeded, failed, or is pending.
- Void: Includes whether the void succeeded, failed, or is pending.
Action Message Description The customer, unsuccessfully, tried to authorize: .Authorization failed. The funds cannot be captured. Authorization for is pending.Authorization pending. The customer successfully authorized us to capture: .Authorization was successful and the funds are available for capture. cancelledOrder was cancelled by .The order was cancelled. We failed to capture: .The capture failed. The funds cannot be transferred to the shop. Capture for is pending.The capture is in process. The funds are not yet available to the shop. We successfully captured: The capture was successful and the funds are now available to the shop. closedOrder was closed. The order was closed. confirmedReceived a new order: by.The order was confirmed. We cancelled from being fulfilled by the third party fulfillment service.Fulfillment for one or more of the line_items failed. We submitted to the third party service.One or more of the line_items has been assigned to a third party service for fulfillment. We successfully fulfilled line_items. Fulfillment was successful for one or more line_items. email was sent to the customer.An email was sent to the customer. placedOrder was placed. An order was placed by the customer. Order was re-opened. An order was re-opened. We failed to refund .The refund failed. The funds are still with the shop. Refund of is still pending.The refund is in process. The funds are still with shop. We successfully refunded .The refund was successful. The funds have been transferred to the customer. We restocked .One or more of the order's line items have been restocked. The customer failed to pay .The sale failed. The funds are not available to the shop. The is pending.The sale is in process. The funds are not yet available to the shop. We successfully captured .The sale was successful. The funds are now with the shop. updatewas updated.The order was updated. We failed to void the authorization. Voiding the authorization failed. The authorization is still valid. Authorization void is pending. Voiding the authorization is in process. The authorization is still valid. We successfully voided the authorization. Voiding the authorization was successful. The authorization is no longer valid. - •OBJECT
A comment that staff members add to the timeline of
Order,,Customer,,Company,, orobjects. Staff use comments to document internal notes, communicate with team members, and track important information about these types.The comment includes information like the
who authored it, when it was created, and whether it's editable or deletable. Comments can have file attachments and reference related objects likeProductorobjects through embeds.