Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions source/includes/_products.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,13 +150,13 @@ This endpoint retrieves all product groups and can paginated

### Query parameters

| Parameter | Default | Description |
|-------------|---------|----------------------------------------------------------------------------------------------------|
| page | 1 | Which page to display |
| per | nil | If set it limits the number of product groups per page |
| category | nil | Filter products groups on a specific category, use the category code (slug) as the parameter value |
| category_id | nil | Filter products groups on a specific category, use the category id as the parameter value |
| tag | nil | Filter product groups on a specific tag, use the tag name as the parameter value |
| Parameter | Default | Description |
|---------------|---------|--------------------------------------------------------------------------------------------------------|
| page | 1 | Which page to display |
| per | nil | If set it limits the number of product groups per page |
| collection | nil | Filter products groups on a specific collection, use the collection code (slug) as the parameter value |
| collection_id | nil | Filter products groups on a specific collection, use the collection id as the parameter value |
| tag | nil | Filter product groups on a specific tag, use the tag name as the parameter value |

### Meta

Expand Down