Shop
METHOD
ENDPOINT
DESCRIPTION
GET
/shop/category/list
Get all categories
POST
/shop/category/create
Create new category
GET
/shop/category/find:id
Find category
PUT
/shop/category/update
Update category
DELETE
/shop/category/destroy/:id
Delete category
GET
/shop/item/list
Get all items
POST
/shop/item/create
Create new offer item
GET
/shop/item/find:id
Find offer item
PUT
/shop/item/update
Update offer item
DELETE
/shop/item/destroy/:id
Delete offer item
Last updated