This is the Products data collection
Here you can find a list of products, these products are fake generated. Remember these endpoints actually don't modify the source data. You can use this data to enhance, mock or test your app. For details you can click each row
GET
/api/productsGet an array with the complete list of elements
GET
/api/products/:idGet an element by ID
GET
/api/products/randGet a random element
PUT
/api/products/:idUpdate a complete element
PATCH
/api/products/:idUpdate partial fields of an element.
POST
/api/productsCreate a new element.
DELETE
/api/products/:idDelete an element.
GRAPHQL
/queryEndpoint to send your GraphQL queries
GRAPHQL
/playground