Skip to main content

FulfillmentUpdateTracking

Result of fulfillment update tracking mutation.

type FulfillmentUpdateTracking {
fulfillment: Fulfillment
order: Order
orderErrors: [OrderError!]!
}

Fields

FulfillmentUpdateTracking.fulfillment ● Fulfillment object

Fulfillment with updated tracking.

FulfillmentUpdateTracking.order ● Order object

Order with the fulfillment updated.

FulfillmentUpdateTracking.orderErrors ● [OrderError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

orderFulfillmentUpdateTracking mutation

Was this page helpful?