What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Order's delivery method via Graphql Api

Solved

Order's delivery method via Graphql Api

Radixsecur1ty
Shopify Partner
21 4 7

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.

Radixsecur1ty_0-1679927188895.png
{orders(first:10){

nodes{

id

//deliveryMethod??? 🙂

}

}


Is there any way to get that data via Graphql API?

 

 

Accepted Solution (1)

Radixsecur1ty
Shopify Partner
21 4 7

This is an accepted solution.

The correct answer is:

shippingLine {
                          title
                         }

View solution in original post

Reply 1 (1)

Radixsecur1ty
Shopify Partner
21 4 7

This is an accepted solution.

The correct answer is:

shippingLine {
                          title
                         }