You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
* Update category-list.md
Give Example of url_key and url_path attribute with categoryList query.
* Update category-list.md
* Update category-list.md
* Update category-list.md
Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/guides/v2.3/graphql/queries/category-list.md
+80Lines changed: 80 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -276,6 +276,86 @@ The following query returns breadcrumb information about categories that have th
276
276
}
277
277
```
278
278
279
+
### Return the categoryList by url_key filters
280
+
281
+
The following query returns information about the Gear category using a `url_key` filter. You must pass the `url_key` value without a suffix and specify either the `eq` or `in` keyword.
The following query returns information about the Gear > Bags category using the `url_path` filter. Do not specify a suffix in the `url_path` value. The `url_path` filter accepts either the `eq` or `in` keyword.
0 commit comments