A space to discuss GraphQL queries, mutations, troubleshooting, throttling, and best practices.
I met an issue by using Shopify new order API
it sends invalid data upon the order from an APP, which is 'In Store Pickup Local Delivery'.
I contacted the APP developer; they said I need contact Shopify they have no control on Shopify API.
This app will Order Fulfillment Type data into order:
[{'name': 'Order Fulfillment Type', 'value': 'Local Delivery'},
but if customer changes the fulfillment type later on, like 'Pick up', the Shopify Api still sends 'Local Delivery' through API, it doesn't reflect the changes customer made.
Both Shopify and App developer mention not control to fix that, anyone knows how to fix that?
Much appreciate with that.