Skip to main content
Anchor to fulfillmentOrdersSetFulfillmentDeadline

fulfillmentOrdersSetFulfillmentDeadline

mutation

Requires write_merchant_managed_fulfillment_orders access scope, write_third_party_fulfillment_orders access scope or write_marketplace_fulfillment_orders access scope. Also: The user must have fulfill_and_ship_orders permission.

Sets the latest date and time by which the fulfillment orders need to be fulfilled.

•DateTime!
required

The new fulfillment deadline of the fulfillment orders.

•[ID!]!
required

The IDs of the fulfillment orders for which the deadline is being set.


Was this section helpful?

Anchor to FulfillmentOrdersSetFulfillmentDeadlinePayload returnsFulfillmentOrdersSetFulfillmentDeadlinePayload returns

•Boolean

Whether the fulfillment deadline was successfully set.

•[FulfillmentOrdersSetFulfillmentDeadlineUserError!]!
non-null

The list of errors that occurred from executing the mutation.


Was this section helpful?