Skip to main content

StoreWebhookResponse

No description

type StoreWebhookResponse {
success: Boolean!
errorCode: NotificationServiceErrorCodes
message: String
webhook: StoreWebhook
}

Fields

StoreWebhookResponse.success ● Boolean! non-null scalar

StoreWebhookResponse.errorCode ● NotificationServiceErrorCodes enum

StoreWebhookResponse.message ● String scalar

StoreWebhookResponse.webhook ● StoreWebhook object

Member Of

StoreWebhookActions object