shopifyWebhookTransactions
List Shopify webhook transactions. Requires MANAGE_APPS permission.
shopifyWebhookTransactions(
sellerId: ID
filter: ShopifyWebhookTransactionFilterInput
sortBy: ShopifyWebhookTransactionSortingInput
before: String
after: String
first: Int
last: Int
): ShopifyWebhookTransactionCountableConnection!
Arguments
shopifyWebhookTransactions.sellerId ● ID scalar
shopifyWebhookTransactions.filter ● ShopifyWebhookTransactionFilterInput input
shopifyWebhookTransactions.sortBy ● ShopifyWebhookTransactionSortingInput input
shopifyWebhookTransactions.before ● String scalar
Returns the items in the list that come before the specified cursor.
shopifyWebhookTransactions.after ● String scalar
Returns the items in the list that come after the specified cursor.
shopifyWebhookTransactions.first ● Int scalar
Returns the first n items from the list.
shopifyWebhookTransactions.last ● Int scalar
Returns the items in the list that come after the specified cursor.
Type
ShopifyWebhookTransactionCountableConnection object
A connection to a list of items.