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.

How should i use delivery_frequency in sellingPlanGroups query

How should i use delivery_frequency in sellingPlanGroups query

tcarmi
Shopify Partner
14 0 3

I am trying to filter sellingPlanGroups by the delivery policy.

When I am doing something like:

sellingPlanGroups(first: 20, query:"delivery_frequency:day"
I am getting the groups with the days' interval policies, but it is of course not what I want;
I want to filter with the specific interval count. 

When I am trying to do something like 

 

sellingPlanGroups(first: 20, query:"delivery_frequency:3day"),
sellingPlanGroups(first: 20, query:"delivery_frequency:day3")
sellingPlanGroups(first: 20, query:"delivery_frequency:3 day")
...

or even:

sellingPlanGroups(first: 20, query:"delivery_frequency:3")

 

 

I am failing to get the groups. 

 

I assume I am missing something cause it seems pretty weird I can only filter on the interval type and not the interval count. 
I couldn't find any example for this kind of query, can you please help me with that?
 
Reply 1 (1)

tcarmi
Shopify Partner
14 0 3

No answer here?