Skip to content

Commit 002d3ce

Browse files
committed
add ilids to query paramerers of /product-search
1 parent fe40b39 commit 002d3ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

apis/shopper-search/shopper-search.raml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,11 @@ description: !include shopper-search-description.md
108108
type: boolean
109109
required: false
110110
example: false
111+
ilids:
112+
description: A comma-separated list of inventory IDs used to filter products by store-level inventory. This parameter is available from version TBD.
113+
type: string[]
114+
required: false
115+
example: false
111116
/search-suggestions:
112117
type: CommerceCloudStandards.Organization
113118
get:

0 commit comments

Comments
 (0)