Search for duplicate records
GET {{baseUrl}}/api/v1/products/searchDuplicates?productName=<string> max chars : 200
This API searches for duplicate records of a product.
OAuth Scope
Desk.products.READ
Desk.settings.READ
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
from | string | Index number, starting from which the products must be fetched | |
limit | string | No. of products to fetch | |
productName | string | Name of the product, used as the keyword for the search |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Authorization | string |
RESPONSES
status: OK
{"data":[{"unitPrice":"100.0","productCode":null,"id":"6000000121033","productName":"Dell"},{"unitPrice":"100.0","productCode":null,"id":"6000000121037","productName":"Dell"}]}