Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Created January 4, 2021 21:11
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/8367bc83e876c48d45f16ccdd5a35fce to your computer and use it in GitHub Desktop.
Save ShayneP/8367bc83e876c48d45f16ccdd5a35fce to your computer and use it in GitHub Desktop.
mutation {
fulfillmentOrderReschedule(
id: "gid://shopify/FulfillmentOrder/1899851251768",
fulfillAt: "2022-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