Product
Module endpoints
DELETE /products/:id
DELETE /products/:id
DELETE
http://api.slyk.io/products/:id
Deletes the product
with given id
.
204
No Content
DELETE /products/:productId/questions/:id
DELETE /products/:productId/questions/:id
DELETE
http://api.slyk.io/products/:productId/questions/:id
Deletes the product question
with given id
and productId
.
204
No Content
GET /products
GET /products
GET
https://api.slyk.io/products
Returns a paginated list of products
.
GET /products/:id
GET /products/:id
GET
https://api.slyk.io/products/:id
Gets the product details of the given id
.
PATCH /products/:id
PATCH /products/:id
PATCH
https://api.slyk.io/products/:id
Patches the product
details of the given id
.
POST /products
POST /products
POST
https://api.slyk.io/products
Creates a new product
.
POST /products/:id/questions
POST /products/:id/questions
POST
http://api.slyk.io/products/:id/questions
Creates a new product question
.
POST /products/:id/reorder
POST /products/:id/reorder
POST
http://api.slyk.io/products/:id/reorder
Reorders the product
with the given id
.
POST /products/:productId/questions/:id/reorder
POST /products/:productId/questions/:id/reorder
POST
http://api.slyk.io/products/:productId/questions/:id/reorder
Reorders the product question
with the given id
and productId
.
Last updated