shopifyWebhookTransactions
List of Shopify webhook transactions from the new plugin-based architecture. Provides better debugging and tracking than the legacy webhookJobs query. Use this for all new Shopify webhook monitoring.
shopifyWebhookTransactions(
filter: ShopifyWebhookTransactionFilterInput
sortBy: ShopifyWebhookTransactionSortingInput
sellerId: ID
before: String
after: String
first: Int
last: Int
): ShopifyWebhookTransactionCountableConnection
Arguments
shopifyWebhookTransactions.filter ● ShopifyWebhookTransactionFilterInput input
Filtering options for Shopify webhook transactions
shopifyWebhookTransactions.sortBy ● ShopifyWebhookTransactionSortingInput input
Sort Shopify webhook transactions
shopifyWebhookTransactions.sellerId ● ID scalar
Seller global ID to filter by
shopifyWebhookTransactions.before ● String scalar
Return the elements in the list that come before the specified cursor.
shopifyWebhookTransactions.after ● String scalar
Return the elements in the list that come after the specified cursor.
shopifyWebhookTransactions.first ● Int scalar
Return the first n elements from the list.
shopifyWebhookTransactions.last ● Int scalar
Return the last n elements from the list.