Skip to main content
Back to changelog

New query filter on SellingPlanGroups

Apps can now query SellingPlanGroups that were created by another app using the new Shopify API Search query term app_id.

The app_id can be one of the following terms:

  1. CURRENT (sellingPlanGroups(query:"app_id:CURRENT")) - The default behavior, where it returns all SellingPlanGroups created by the requesting app.
  2. ALL (sellingPlanGroups(query:"app_id:ALL")) - Returns all SellingPlanGroups from all apps.
  3. An app id number (sellingPlanGroups(query:"app_id:2525000000")) - Returns all SellingPlanGroups for the specified app id.

Learn more about the SellingPlanGroups query in the query root documentation.

Was this page helpful?