Skip to main content
Log inSign up

Shopify uses cookies to provide necessary site functionality and improve your experience. By using our website, you agree to our privacy policy and our cookie policy.

query

Returns a Job resource by ID. Used to check the status of internal jobs and any applicable changes.

ID!required

ID of the job to query.


Was this section helpful?

A job corresponds to some long running task that the client should poll for status.

done
non-null

This indicates if the job is still queued or has been run.

id
non-null

A globally-unique ID that's returned when running an asynchronous mutation.

query

This field will only resolve once the job is done. Can be used to ask for object(s) that have been changed by the job.


Was this section helpful?