A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
Hi there,
Today I found a difference between order data and fulfilment data. An example:
This order with its fulfilments shows a quantity of 1 on the highlighted item. The search finds the item name twice, once on this fulfilment, once on the order (quantity 5).
Then, when retrieving the fulfilment:
Note the quantity is 5. It's the same ID (3731602178211), so... what am I doing wrong here?
It's a big problem for a shared customer of ours (Shopify user for which we sync fulfilments), as we deliver more than is actually delivered.
Kind regards!