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
inputCategoryFilterInput@doc(description: "CategoryFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.")
308
308
{
309
309
ids: FilterEqualTypeInput@doc(description: "Filter by category ID that uniquely identifies the category.")
310
-
url_key: FilterEqualTypeInput@doc(description: "Filter by the part of the URL that identifies the category")
310
+
url_key: FilterEqualTypeInput@doc(description: "Filter by the part of the URL that identifies the category.")
311
311
name: FilterMatchTypeInput@doc(description: "Filter by the display name of the category.")
312
+
url_path: FilterEqualTypeInput@doc(description: "Filter by the URL path for the category.")
312
313
}
313
314
314
315
inputProductFilterInput@doc(description: "ProductFilterInput is deprecated, use @ProductAttributeFilterInput instead. ProductFilterInput defines the filters to be used in the search. A filter contains at least one attribute, a comparison operator, and the value that is being searched for.") {
0 commit comments