Performs a search by sku and label fields. Returns all lists containing the search term. Enter the search term query URL-encoded to prevent an invalid API call when using special characters in the URL.
Information: Use the /productmanager.quicksearch (Search a Product) endpoint to pass the search term in the request body.
OK
{- "response": {
- "node": "string",
 - "csrfToken": "string",
 - "data": [
- {
- "sku": "string",
 - "label": "string",
 - "itemTypedId": "string",
 - "listId": 0,
 - "targetObjectTypeCode": "string",
 - "listLabel": "string"
 
} 
], - "totalRows": 0,
 - "status": 0
 
} 
}