Preparing search index...
The search index is not available
@shopify/cli-kit
@shopify/cli-kit
node/api/webhooks
WebhooksRequestOptions
Interface WebhooksRequestOptions<TResult, TVariables>
Options for making requests to the Webhooks API.
interface
WebhooksRequestOptions
<
TResult
,
TVariables
extends
Variables
>
{
organizationId
:
string
;
query
:
TypedDocumentNode
<
TResult
,
TVariables
>
;
token
:
string
;
unauthorizedHandler
:
UnauthorizedHandler
;
variables
?:
TVariables
;
}
Type Parameters
TResult
TVariables
extends
Variables
Index
Properties
organization
Id
query
token
unauthorized
Handler
variables?
Properties
organization
Id
organizationId
:
string
query
query
:
TypedDocumentNode
<
TResult
,
TVariables
>
token
token
:
string
unauthorized
Handler
unauthorizedHandler
:
UnauthorizedHandler
Optional
variables
variables
?:
TVariables
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
organization
Id
query
token
unauthorized
Handler
variables
@shopify/cli-kit
Loading...
Options for making requests to the Webhooks API.