I am using GraphQL to connect to several shops, through a Fulfillment Service app.
So I am reading the FulfillmentOrders which are open on my location, and that FulfillmentOrder has also FulfillmentOrderLineItems.
There is link from FulfillmentOrderLineItems, to OrderLineItems, but that link is depracated. Why is that one depracated.
Because the lineItemobjects also give me much information which is useful, like CustomAttributes.
I understand that the ‘OrderLineItem’ quantity fields etc would be useless, because I have to look at the quantities of the ‘FulfillmentOrderLineItem’. But there are some fields which could still be interesting.
I don’t like to develop further on depracated resources. But will there be another possibility to read the CustomAttributes from out the FulfillmentOrderLineItems?