Please enable JavaScript.
Coggle requires JavaScript to display documents.
Order APIs - Coggle Diagram
Order APIs
Admin Order Export PDF
VendorOrderController
Services
orderService
vendorOrdersService
orderProductService
productImageService
productService
settingService
countryService
zoneService
orderStatusService
s3Service
imageService
pdfService
Models
orderModel
vendorOrdersModel
orderProductModel
productImageModel
productModel
settingModel
countryModel
zoneModel
orderStatusModel
Repos
orderRepo
vendorOrdersRepo
orderProductRepo
productImageRepo
productRepo
settingRepo
countryRepo
zoneService
orderStatusRepo
Update Payment Status
OrderController
Services
orderService
paymentService
orderProductService
paymentItemsService
vendorProductService
vendorService
vendorOrdersService
vendorPaymentService
Models
orderModel
paymentModel
orderProductModel
paymentItemsModel
vendorProductModel
vendorModel
vendorOrdersModel
vendorPaymentService
Repos
orderRepo
paymentRepo
orderProductRepo
paymentItemsRepo
vendorProductRepo
vendorRepo
vendorOrdersRepo
vendorPaymentRepo
Update Bulk Order Cancel Request Status
OrderController
Services
orderService
orderProductService
emailTemplateService
Models
orderModel
orderProductModel
emailTemplateModel
Repos
orderRepo
orderProductRepo
emailTemplateRepo
Back Order List
OrderController
Services
productImageService
orderService
orderStatusService
Models
productImageModel
orderModel
orderStatusModel
orderProductModel
Repos
productImageRepo
orderRepo
orderStatusRepo
Delete Single Order
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Order Count
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Sales List
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Total Order Amount
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Change Order Status
OrderController
Services
orderLogService
orderService
Models
orderLogModel
orderModel
Repos
orderLogRepo
orderRepo
Order Excel
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Order Log List
OrderController
Services
orderLogService
orderStatusService
Models
orderStatusModel
orderLogModel
Repos
orderStatusRepo
orderLogRepo
Order Cancel Excel list
OrderController
Services
orderService
orderProductService
Models
orderModel
orderProductModel
Repos
orderRepo
orderProductRepo
Update Order Cancel Request Status
OrderController
Services
orderService
orderProductService
emailTemplateService
Models
orderModel
orderProductModel
emailTemplateModel
Repos
orderRepo
orderProductRepo
emailTemplateRepo
Today Order Amount
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Delete Order
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Bulk Order Cancel Excel
OrderController
Services
orderProductService
orderService
Models
orderProductModel
orderModel
Repos
orderProductRepo
orderRepo
Update Order Product Shipping Information
OrderController
Services
orderProductService
Models
orderProductModel
Repos
orderProductRepo
Order List
OrderController
Services
orderService
orderStatusService
Models
orderModel
orderStatusModel
Repos
orderRepo
orderStatusRepo
Order Export PDF
OrderController
Services
orderService
orderProductService
productRatingService
settingService
countryService
zoneService
orderStatusService
s3Service
imageService
pdfService
Models
orderModel
orderProductModel
productRatingModel
settingModel
countryModel
zoneModel
orderStatusModel
Repos
orderRepo
orderProductRepo
productRatingRepo
settingRepo
countryRepo
zoneRepo
orderStatusRepo
Order Detail
OrderController
Services
orderProductService
productImageService
orderStatusService
productRatingService
Models
orderProductModel
productImageModel
orderStatusModel
productRatingModel
Repos
productImageRepo
orderProductRepo
orderStatusRepo
productRatingRepo
Order Product Log List
OrderController
Services
orderProductLogService
orderStatusService
Models
orderStatusModel
orderProductLogModel
Repos
orderStatusRepo
orderProductLogRepo
Order Cancel Request List
OrderController
Models
orderModel
orderProductModel
productImageModel
orderStatusModel
Repos
productImageRepo
orderProductRepo
orderStatusRepo
Services
orderProductService
productImageService
orderStatusService
Today OrderCount
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo
Update Order Product Status
OrderController
Services
orderProductService
orderProductLogService
vendorOrdersService
vendorOrderLogService
emailTemplateService
orderStatusService
Models
orderProductModel
orderProductLogModel
vendorOrdersModel
vendorOrderLogModel
emailTemplateModel
orderStatusModel
Repos
orderProductRepo
orderProductLogRepo
vendorOrdersRepo
vendorOrderLogRepo
emailTemplateRepo
orderStatusRepo
Update Shipping Information
OrderController
Services
orderService
Models
orderModel
Repos
orderRepo