An aggregate of responses from multiple REST API requests.
com.ibm.commerce.rest.aggregate.handler.AggregateHandler
| HTTP Method | Path | Description |
|---|---|---|
| GET | /store/{storeId}/aggregate?q={q} | Finds an aggregate by a query. |
Finds an aggregate by a query.
findByQuery
false
false
| Name | Description | Parameter Type | Data Type | Required | Allow Multiple |
|---|---|---|---|---|---|
| storeId | The store identifier. | path | string | true | N/A |
| q | The query name. | query | string | true | false |
| HTTP Status Code | Description |
|---|---|
| 200 | The requested completed successfully. |
| 400 | Bad request. Some of the inputs provided to the request aren't valid. |
| 401 | Not authenticated. The user session isn't valid. |
| 403 | The user isn't authorized to perform the specified request. |
| 404 | The specified resource couldn't be found. |
| 500 | Internal server error. Additional details will be contained on the server logs. |