Hey @KyleG-Shopify,
Not sure if this is the right place to bring this up, but this morning at 15:00 UTC the Admin GraphQL API started spewing errors for us as well as for devs at other companies:
-
Field ‘inventorySetQuantities’ doesn’t exist on type ‘Mutation’ from the inventorySetQuantities mutation which had been working fine until 15:00 UTC
-
We pull FulfillmentOrder IDs using assignedFulfillmentOrders query, which comes back with a list of IDs. Immediately after that we pull those Fulfillment Orders by ID, but the GraphQL API suddenly comes back empty saying the Fulfillment Order doesn’t exist, even though it just gave us those Fulfillment Order IDs a second prior
At first glance it appears someone might have silently broken something in the API. We’re currently using 2024-07 (working on migrating to a newer version)