Get Products List
This API returns a paginated list products that are available on Driffle.
GET
/products
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Params
Param
Param Type
Type
Required
Description
searchPhrase
body
string
No
Search phrase for product name
slug
body
string
No
Slug of the product
onlyUnmapped
body
boolean
No
Returns only unmapped products
releasedSince
body
string (YYYY-MM-DD)
No
Returns products created since given date
createdSince
body
string (YYYY-MM-DD)
No
Returns products created since given date
sort
body
string
No
allowed values: best-selling
page
body
Number
No
Page Number. Default value: 1
limit
body
Number
No
Number of products per page. Default value: 20
Response
Supported Params
Last updated