Hey Dear Community.
I am trying to get the order’s delivery method.
I am using Graphql but i can’t find how should i do that.
{orders(first:10){
nodes{
id
//deliveryMethod???
}
Is there any way to get that data via Graphql API?
The correct answer is:
shippingLine { title }