Subscription Plans
Last updated
Was this helpful?
Last updated
Was this helpful?
Fetches all selling plan groups from the database, with optional filtering based on name, category, merchant code, description, ID, and options.
/selling-plan-groups
Fuzzy search filter for the name of the selling plan group.
Exact match filter for the category of the selling plan group.
Fuzzy search filter for the merchant code associated with the selling plan group.
Fuzzy search filter for the description of the selling plan group.
Exact match filter for the ID of the selling plan group.
Fuzzy search filter for the options associated with the selling plan group.
Field name to sort the results by.
Order of sorting, ascending or descending. Default is ascending.
asc
, desc
Retrieves detailed information about a specific selling plan group, including its associated selling plans.
/selling-plan-groups/{sellingPlanGroupId}
The unique identifier of the selling plan group.
Retrieves products and their variants associated with a given selling plan group ID.
/selling-plan-groups/{sellingPlanGroupId}/products
The unique identifier of the selling plan group.