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