WebhookEventTypeSyncEnum Enum
Enum determining type of webhook.
Values
CHECKOUT_CALCULATE_TAXES
Event called for checkout tax calculation.
ORDER_CALCULATE_TAXES
Event called for order tax calculation.
TRANSACTION_CHARGE_REQUESTED
Event called when charge has been requested for transaction.
TRANSACTION_REFUND_REQUESTED
Event called when refund has been requested for transaction.
TRANSACTION_CANCELATION_REQUESTED
Event called when cancel has been requested for transaction.
SHIPPING_LIST_METHODS_FOR_CHECKOUT
Fetch external shipping methods for checkout.
CHECKOUT_FILTER_SHIPPING_METHODS
Filter shipping methods for checkout.
ORDER_FILTER_SHIPPING_METHODS
Filter shipping methods for order.
PAYMENT_GATEWAY_INITIALIZE_SESSION
TRANSACTION_INITIALIZE_SESSION
TRANSACTION_PROCESS_SESSION
LIST_STORED_PAYMENT_METHODS
STORED_PAYMENT_METHOD_DELETE_REQUESTED
PAYMENT_GATEWAY_INITIALIZE_TOKENIZATION_SESSION
PAYMENT_METHOD_INITIALIZE_TOKENIZATION_SESSION
PAYMENT_METHOD_PROCESS_TOKENIZATION_SESSION
Show deprecatedHide deprecated
PAYMENT_LIST_GATEWAYS
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Listing available payment gateways.
PAYMENT_AUTHORIZE
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Authorize payment.
PAYMENT_CAPTURE
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Capture payment.
PAYMENT_REFUND
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Refund payment.
PAYMENT_VOID
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Void payment.
PAYMENT_CONFIRM
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Confirm payment.
PAYMENT_PROCESS
The legacy Payments API is deprecated and will be removed. Use the Transactions API instead.
Process payment.
Member Of
AppManifestWebhook object ● WebhookCreateInput input ● webhookEventsInfo directive ● WebhookEventSync object ● WebhookUpdateInput input