Have your say in Community Polls: What was/is your greatest motivation to start your own business?
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.

Filter priceRules by title using query does not work

Filter priceRules by title using query does not work

jc_diaz_m
Shopify Partner
1 0 0

I'm trying to filter the priceRules items but it does not work.

 

 

 

priceRules (first:250, query:"RRE_5", sortKey:CREATED_AT, reverse: true) {
┃       edges {
┃         cursor
┃         node {
┃           id
┃           title
┃           status
┃           createdAt
┃           endsAt
┃           startsAt
┃           totalSales {
┃             amount
┃           }
┃           valueV2 {
┃             __typename
┃             ... on PricingPercentageValue {
┃               percentage
┃             }
┃             ... on MoneyV2 {
┃               amount
┃               currencyCode
┃             }
┃           }
┃         }
┃       }
┃       pageInfo {
┃         hasNextPage
┃         hasPreviousPage
┃       }
┃     }
┃   }

 

 

 

 However, it is possible in the Discount section of Shopify platform. What can I do to filter by title?

Replies 0 (0)