Get a list of updated products
GET/api/products/update
Get a list of updated products
Request
Query Parameters
where object[]
where clause
order_by object
order by clause
per_page integer
number of items per page
page integer
page number that you want (see meta for pagination infos)
Responses
- 200
A JSON array of product objects
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
string
[
"string"
]
Loading...