Skip to main content
interface

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

•Boolean!
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.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

•OBJECT

A job to determine a list of members, such as customers, that are associated with an individual segment.

•Int!
non-null

The current total number of members in a given segment.

•Boolean!
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.

•CustomerSegmentMembersQueryStatus!
non-null

The status of the customer segment members query.

•OBJECT

A job to determine the result of an order cancellation request.

•Boolean!
non-null

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

•[OrderCancelUserError!]!
non-null

Returns any error that occurred during order cancellation.

•ID!
non-null

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

•Order

The order associated with the cancellation request.

•OrderCancelStatus!
non-null

The current status of the order cancellation request.

•OBJECT

A job result for tracking the status of a mandate payment request on an order.

•Boolean!
non-null

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

•[UserError!]!
non-null

Returns any errors that occurred during the mandate payment.

•ID!
non-null

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

•Order

The order associated with the mandate payment request.

•OrderCreateMandatePaymentStatus!
non-null

The current status of the mandate payment request.

•OBJECT

A result object that tracks the progress of a shipping label purchase request.

•Boolean!
non-null

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

•[ShippingLabelPurchaseError!]!
non-null

Returns any error that occurred during shipping label purchase.

•ID!
non-null

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

•[ShippingLabel!]!
non-null

The shipping labels associated with the purchase request.

•ShippingLabelPurchaseResultStatus!
non-null

The current status of the shipping label purchase result.


Was this section helpful?