File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
packages_generated/product_catalog/src/v2alpha1 Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ export class PublicCatalogAPI extends ParentAPI {
2323 method : 'GET' ,
2424 path : `/product-catalog/v2alpha1/public-catalog/products` ,
2525 urlParams : urlParams (
26+ [ 'locality' , request . locality ] ,
2627 [ 'page' , request . page ] ,
2728 [
2829 'page_size' ,
Original file line number Diff line number Diff line change @@ -387,4 +387,8 @@ export type PublicCatalogApiListPublicCatalogProductsRequest = {
387387 * The list of filtered product categories.
388388 */
389389 productTypes ?: ListPublicCatalogProductsRequestProductType [ ]
390+ /**
391+ * The locality of the products to filter by. If not set, all localities are returned.
392+ */
393+ locality ?: PublicCatalogProductLocality
390394}
You can’t perform that action at this time.
0 commit comments