docs/v2/storefront/index.yaml in spree_api-3.7.0 vs docs/v2/storefront/index.yaml in spree_api-3.7.1

- old
+ new

@@ -759,10 +759,11 @@ tags: - Products operationId: 'Products List' parameters: - $ref: '#/components/parameters/FilterByIds' + - $ref: '#/components/parameters/FilterBySKUs' - in: query name: filter[price] schema: type: string example: 10,100 @@ -2515,9 +2516,16 @@ name: filter[ids] schema: type: string example: 1,2,3 description: Fetch only resources with corresponding IDs + FilterBySKUs: + in: query + name: filter[skus] + schema: + type: string + example: SKU-123,SKU-345 + description: Fetch only resources with corresponding SKUs FilterByName: in: query name: filter[name] schema: type: string