Skip to content

Instantly share code, notes, and snippets.

@ShayneP
Created January 4, 2021 21:11
Show Gist options
  • Select an option

  • Save ShayneP/8367bc83e876c48d45f16ccdd5a35fce to your computer and use it in GitHub Desktop.

Select an option

Save ShayneP/8367bc83e876c48d45f16ccdd5a35fce to your computer and use it in GitHub Desktop.

Revisions

  1. ShayneP created this gist Jan 4, 2021.
    14 changes: 14 additions & 0 deletions reschedule_fulfillment.graphql
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    mutation {
    fulfillmentOrderReschedule(
    id: "gid://shopify/FulfillmentOrder/1899851251768",
    fulfillAt: "2022-01-01"
    )
    {
    fulfillmentOrder {
    fulfillAt
    }
    userErrors {
    field
    message
    }
    }