IA GraphQL Shopify-Netsuite Order Flows

Hey all,

I know that up next, or soonish, that the Shopify-Netsuite Order flows will be getting the upgrade to the new graphql flows. In preperation for that I had a few questions that I hoped there may be some answers to.

With REST when the request is sent, all the information for the order gets returned. This means that anything available via REST is available for us to use in the IA for mapping/filters etc.

With GraphQL you have to send instructions for what you want returned in the query. For example if I was writing a query to get just the id and title of products I could submit the request to only return that data rather than all of the product’s information.

Do you guys have an idea of what the schema/requested data is going to be in the orders graphql query? There is info not available via REST that we are looking forward to being accessible via GraphQL but I don’t want to plan for data that won’t be available in the query you guys write.

Things like the product object/data can be returned under each line item so things like product tags are available. Or more specific bundle information on the items in the order.

And last, now that the refund/exchange/return flows are live am I correct that the order flows are next and if so is there a general eta we can expect?

1 Like