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

KeyDatatypeRequiredDescription
fromstringIndex number, starting from which the products must be fetched
limitstringNo. of products to fetch
productNamestringName of the product, used as the keyword for the search

HEADERS

KeyDatatypeRequiredDescription
Authorizationstring

RESPONSES

status: OK

{&quot;data&quot;:[{&quot;unitPrice&quot;:&quot;100.0&quot;,&quot;productCode&quot;:null,&quot;id&quot;:&quot;6000000121033&quot;,&quot;productName&quot;:&quot;Dell&quot;},{&quot;unitPrice&quot;:&quot;100.0&quot;,&quot;productCode&quot;:null,&quot;id&quot;:&quot;6000000121037&quot;,&quot;productName&quot;:&quot;Dell&quot;}]}