Tài liệu
Cart
Cart
6 endpoint trong nhóm này.
GET
List product categories
/api/category
Return a list of product categories.
GET
List products in category
/api/category/{category_id}/product
Return a list of product available for purchase under requested category
GET
Get product configuration details
/api/order/{product_id}
Return product details with form configuration, addons and subproducts if available.
POST
Order new service
/api/order/{product_id}
Create and submit new order for selected product.
POST
Order multiple services
/api/order
Create and submit new order for multiple services
POST
Get order quote
/api/quote
Calculate order cost and recurring prices for selected items. Use the same parameters as for `POST /order`