fulfillmentOrderReschedule mutation
Reschedules a scheduled fulfillment order.
Required access
Apps must have 'write_merchant_managed_fulfillment_orders' or 'write_third_party_fulfillment_orders' access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
fulfillAt
(
DateTime!
)
required
|
The new fulfill at date of the fulfillment order. |
id
(
ID!
)
required
|
The ID of the fulfillment order to reschedule. |
Return fields
-
fulfillmentOrder (
FulfillmentOrder
)The fulfillment order that was updated to the new fulfill at date.
-
userErrors (
[FulfillmentOrderRescheduleUserError!]!
)List of errors that occurred executing the mutation.
Reschedules a scheduled fulfillment order.
Required access
Apps must have 'write_merchant_managed_fulfillment_orders' or 'write_third_party_fulfillment_orders' access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
fulfillAt
(
DateTime!
)
required
|
The new fulfill at date of the fulfillment order. |
id
(
ID!
)
required
|
The ID of the fulfillment order to reschedule. |
Return fields
-
fulfillmentOrder (
FulfillmentOrder
)The fulfillment order that was updated to the new fulfill at date.
-
userErrors (
[FulfillmentOrderRescheduleUserError!]!
)List of errors that occurred executing the mutation.
Reschedules a scheduled fulfillment order.
Required access
Apps must have 'write_merchant_managed_fulfillment_orders' or 'write_third_party_fulfillment_orders' access scope.
On this page
Interactive example
This is an example mutation query. Use the embedded interactive tool below to edit the query.
Hint: use Ctrl + Space for autocompleting fields.
Arguments
Argument | Description |
---|---|
fulfillAt
(
DateTime!
)
required
|
The new fulfill at date of the fulfillment order. |
id
(
ID!
)
required
|
The ID of the fulfillment order to reschedule. |
Return fields
-
fulfillmentOrder (
FulfillmentOrder
)The fulfillment order that was updated to the new fulfill at date.
-
userErrors (
[FulfillmentOrderRescheduleUserError!]!
)List of errors that occurred executing the mutation.