# Collect and retrieve the list of product render info **GET /V1/products-render-info** Collect and retrieve the list of product render info. This info contains raw prices and formatted prices, product name, stock status, store_id, etc. ## Servers - https://magento2.winkelstraat.mac/rest/all: https://magento2.winkelstraat.mac/rest/all () ## Parameters #### Query parameters - **searchCriteria[filterGroups][0][filters][0][field]** (string) Field - **searchCriteria[filterGroups][0][filters][0][value]** (string) Value - **searchCriteria[filterGroups][0][filters][0][conditionType]** (string) Condition type - **searchCriteria[sortOrders][0][field]** (string) Sorting field. - **searchCriteria[sortOrders][0][direction]** (string) Sorting direction. - **searchCriteria[pageSize]** (integer) Page size. - **searchCriteria[currentPage]** (integer) Current page. - **storeId** (integer) - **currencyCode** (string) ## Responses ### 200: 200 Success. #### Body Parameters: (object) - **items** (array[object]) Represents Data Object which holds enough information to render product This information is put into part as Add To Cart or Add to Compare Data or Price Data ### default: Unexpected error #### Body Parameters: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace [Powered by Bump.sh](https://bump.sh)