# Lists credit memos that match specified search criteria **GET /V1/creditmemos** Lists credit memos that match specified search criteria. This call returns an array of objects, but detailed information about each object’s attributes might not be included. See https://developer.adobe.com/commerce/webapi/rest/attributes#CreditmemoRepositoryInterface to determine which call to use to get detailed information about all attributes for an object. ## 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]) Credit memo interface. After a customer places and pays for an order and an invoice has been issued, the merchant can create a credit memo to refund all or part of the amount paid for any returned or undelivered items. The memo restores funds to the customer account so that the customer can make future purchases. - **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)