Skip to content
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Changed

- Changed documentation in `README.md`, `Product.graphql` and `index.html` file by adding description for `slug` item.

## [0.67.0] - 2025-03-19

### Added
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3655,7 +3655,7 @@ The `key` parameter also allows the following general filters.
| Value | Description |
| - | - |
| id | |
| slug | |
| slug | Slug of product. *Note*: Not accepted in ´productsByIdentifier´ query. |
| ean | |
| reference | |
| sku | |
Expand Down
3 changes: 3 additions & 0 deletions graphql/types/Product.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,9 @@ input ProductUniqueIdentifier {

enum ProductUniqueIdentifierField {
id
"""
Slug of product. *Note*: Not accepted in ´productsByIdentifier´ query.
"""
slug
ean
reference
Expand Down
2 changes: 1 addition & 1 deletion spectaql-documentation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7550,7 +7550,7 @@ <h5>Values</h5>
<td>
<p><code>slug</code></p>
</td>
<td> </td>
<td> Slug of product. *Note*: Not accepted in ´productsByIdentifier´ query. </td>
</tr>
<tr>
<td>
Expand Down