Job Result
A job corresponds to some long running task that the client should poll for status.
Anchor to FieldsFields
- done (Boolean!)
- id (ID!)
- Anchor to donedone•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.
Anchor to Types implemented inTypes implemented in
- CustomerSegmentMembersQuery (CustomerSegmentMembersQuery)
- OrderCancelJobResult (OrderCancelJobResult)
- OrderCreateMandatePaymentJobResult (OrderCreateMandatePaymentJobResult)
- ShippingLabelPurchaseResult (ShippingLabelPurchaseResult)
- •OBJECT
A job to determine a list of members, such as customers, that are associated with an individual segment.
- Anchor to currentCountcurrent•Int!
Count non-null The current total number of members in a given segment.
- Anchor to donedone•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.
- Anchor to statusstatus•Customer
Segment Members Query Status! non-null The status of the customer segment members query.
- •OBJECT
A job to determine the result of an order cancellation request.
- Anchor to donedone•Boolean!non-null
This indicates if the job is still queued or has been run.
- Anchor to errorserrors•[Order
Cancel User Error!]! 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.
- Anchor to orderorder•Order
The order associated with the cancellation request.
- Anchor to statusstatus•Order
Cancel Status! 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.
- Anchor to donedone•Boolean!non-null
This indicates if the job is still queued or has been run.
- Anchor to errorserrors•[User
Error!]! 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.
- Anchor to orderorder•Order
The order associated with the mandate payment request.
- Anchor to statusstatus•Order
Create Mandate Payment Status! non-null The current status of the mandate payment request.
- •OBJECT
A result object that tracks the progress of a shipping label purchase request.
- Anchor to donedone•Boolean!non-null
This indicates if the job is still queued or has been run.
- Anchor to errorserrors•[Shipping
Label Purchase Error!]! 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.
- Anchor to shippingLabelsshipping•[Shipping
Labels Label!]! non-null The shipping labels associated with the purchase request.
- Anchor to statusstatus•Shipping
Label Purchase Result Status! non-null The current status of the shipping label purchase result.