# Find SourceItems by SearchCriteria We need to have this method for direct work with SourceItems because this object contains additional data like as qty **GET /V1/inventory/source-items** Find SourceItems by SearchCriteria We need to have this method for direct work with SourceItems because this object contains additional data like as qty, status (for example can be searchable by additional field) ## 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. ## Responses ### 200 200 Success. #### Body: (object) - **items** (array[object]) Represents amount of product on physical storage Entity id getter is missed because entity identifies by compound identifier (sku and source_code) Used fully qualified namespaces in annotations for proper work of WebApi request parser - **search_criteria** (object) Search criteria interface. - **total_count** (integer) Total count. ### 401 401 Unauthorized #### Body: (object) - **message** (string) Error message - **errors** (array[object]) Error details - **code** (integer) Error code - **parameters** (array[object]) Error parameters item - **trace** (string) Stack trace ### default Unexpected error #### Body: (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)