Tags:
- API
New query filter on SellingPlanGroups
Apps can now query that were created by another app using the new Shopify API Search query term .
The can be one of the following terms:
- CURRENT (
) - The default behavior, where it returns allcreated by the requesting app. - ALL (
) - Returns allfrom all apps. - An app id number (sellingPlanGroups(query:"app_id:2525000000")) - Returns all
for the specified app id.
Learn more about the SellingPlanGroups query in the query root documentation.
Was this section helpful?