Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Last active December 16, 2020 05:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShayneP/2a237c18ad45a96d99ea999448b5dc85 to your computer and use it in GitHub Desktop.
Save ShayneP/2a237c18ad45a96d99ea999448b5dc85 to your computer and use it in GitHub Desktop.
mutation {
fulfillmentOrderReschedule(
id: "gid://shopify/FulfillmentOrder/1899851251768",
fulfillAt: "2021-01-01"
)
{
fulfillmentOrder {
fulfillAt
}
userErrors {
field
message
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment