Please enable JavaScript.
Coggle requires JavaScript to display documents.
Store Order APIs - Coggle Diagram
Store Order APIs
My Order List
CustomerOrderController
Services
orderProductService
productImageService
orderStatusService
orderOptionService
productService
Models
orderProductModel
productImageModel
orderStatusModel
orderOptionModel
productModel
orderModel
Repo
orderProductRepo
productImageRepo
orderStatusRepo
orderOptionRepo
productRepo
My OrderDetail
CustomerOrderController
Services
orderProductService
orderService
productImageService
productService
orderStatusService
orderProductLogService
orderOptionService
Models
orderProductModel
orderModel
productImageModel
productModel
orderStatusModel
orderProductLogModel
orderOptionModel
Repos
orderProductRepo
orderRepo
productImageRepo
productRepo
orderStatusRepo
orderProductLogRepo
orderOptionRepo
Customer Checkout
CustomerOrderController
Services
vendorProductService
deliveryLocationService
productService
customerService
countryService
settingService
currencyService
orderService
orderProductService
orderProductLogService
customerCartService
vendorService
vendorSettingService
vendorOrderService
vendorOrderLogService
productImageService
orderOptionService
vendorCouponService
couponUsageService
couponUsageProductService
pluginService
emailTemplateService
userService
productStockAlertService
stockLogService
Models
vendorProductModel
deliveryLocationModel
productModel
customerModel
countryModel
settingModel
currencyModel
orderModel
orderProductModel
orderProductLogModel
customerCartModel
vendorModel
vendorSettingModel
vendorOrderModel
vendorOrderLogModel
productImageModel
orderOptionModel
vendorCouponModel
couponUsageModel
couponUsageProductModel
pluginModel
emailTemplateModel
userModel
stockLogModel
productStockAlertModel
Repos
vendorProductRepo
deliveryLocationRepo
productRepo
customerRepo
countryRepo
settingRepo
currencyRepo
orderRepo
orderProductRepo
orderProductLogRepo
customerCartRepo
vendorRepo
vendorSettingRepo
vendorOrderRepo
vendorOrderLogRepo
productImageRepo
orderOptionRepo
vendorCouponRepo
couponUsageRepo
couponUsageProductRepo
pluginRepo
emailTemplateRepo
userRepo
productStockAlertRepo
stockLogRepo
Order Cancel Reason List
CustomerOrderController
Services
orderCancelReasonService
Repos
orderCancelReasonRepo
Models
orderCancelReasonModel
Back Order Checkout
CustomerOrderController
Services
vendorProductService
deliveryLocationService
productService
customerService
countryService
settingService
currencyService
orderService
orderProductService
orderProductLogService
customerCartService
vendorService
vendorSettingService
vendorOrderService
vendorOrderLogService
productImageService
orderOptionService
vendorCouponService
couponUsageService
couponUsageProductService
pluginService
emailTemplateService
userService
Models
vendorProductModel
deliveryLocationModel
productModel
customerModel
countryModel
settingModel
currencyModel
orderModel
orderProductModel
orderProductLogModel
customerCartModel
vendorModel
vendorSettingModel
vendorOrderModel
vendorOrderLogModel
productImageModel
orderOptionModel
vendorCouponModel
couponUsageModel
couponUsageProductModel
pluginModel
emailTemplateModel
userModel
Repos
vendorProductRepo
deliveryLocationRepo
productRepo
customerRepo
countryRepo
settingRepo
currencyRepo
orderRepo
orderProductRepo
orderProductLogRepo
customerCartRepo
vendorRepo
vendorSettingRepo
vendorOrderRepo
vendorOrderLogRepo
productImageRepo
orderOptionRepo
vendorCouponRepo
couponUsageRepo
couponUsageProductRepo
pluginRepo
emailTemplateRepo
userRepo
Order Export PDF
CustomerOrderController
Services
orderProductService
orderService
orderOptionService
productRatingService
settingService
countryService
zoneService
orderStatusService
Models
orderProductModel
orderModel
orderOptionModel
productRatingModel
settingModel
countryModel
zoneModel
orderStatusModel
Repos
orderProductRepo
orderRepo
orderOptionRepo
productRatingRepo
settingRepo
countryRepo
zoneRepo
orderStatusRepo
Add Reviews
CustomerOrderController
Services
productService
productRatingService
customerService
Models
productModel
productRatingModel
customerModel
Repos
productRepo
productRatingRepo
customerRepo
Track Order
CustomerOrderController
Services
orderProductService
productImageService
orderService
orderStatusService
orderOptionService
orderStatusService
orderProductLogService
Models
orderProductModel
productImageModel
orderModel
orderStatusModel
orderOptionModel
orderProductLogModel
Repos
orderProductRepo
productImageRepo
orderRepo
orderStatusRepo
orderOptionRepo
orderProductLogRepo
Add Rating
CustomerOrderController
Services
productService
productRatingService
customerService
Models
productModel
productRatingModel
customerModel
Repos
productRepo
productRatingRepo
customerRepo
Order Cancel Request
CustomerOrderController
Services
orderProductService
orderCancelReasonService
orderService
Models
orderProductModel
orderCancelReasonModel
orderModel
Repos
orderProductRepo
orderCancelReasonRepo
orderRepo