Please enable JavaScript.
Coggle requires JavaScript to display documents.
CustomerGroup, Customer Cart, Customer Coupon and Customer Address APIs -…
CustomerGroup, Customer Cart, Customer Coupon and Customer Address APIs
Customer Group
Delete Customer Group
CustomerGroupController
Services
customerGroupService
Repos
customerGroupRepo
Models
customerGroupModel
Update Customer Group
CustomerGroupController
Services
customerGroupService
Repos
customerGroupRepo
Models
customerGroupModel
Create Customer Group
CustomerGroupController
Services
customerGroupService
Models
customerGroupModel
Repos
customerGroupRepo
Customer Group List
CustomerGroupController
Services
customerGroupService
Repos
customerGroupRepo
Models
customerGroupModel
Customer Address
Get Customer Address List
CustomerAddressController
Services
addressService
Models
addressModel
Repos
addressRepo
Update Customer Address
CustomerAddressController
Services
addressService
Models
addressModel
Repos
addressRepo
Delete Customer Address
CustomerAddressController
Services
addressService
Models
addressModel
Repos
addressRepo
Add Customer Address
CustomerAddressController
Services
addressService
Models
addressModel
Repos
addressRepo
Customer Cart
Customer Cart List
CustomerController
Services
customerCartService
productService
taxService
productSpecialService
productDiscountService
productTirePriceService
productImageService
Models
customerCartModel
productModel
taxModel
productSpecialModel
productDiscountModel
productTirePriceModel
productImageModel
Repos
customerCartRepo
productRepo
taxRepo
productSpecialRepo
productDiscountRepo
productTirePriceRepo
productImageRepo
Delete Cart Items
CustomerController
Services
customerCartService
customerCartRepo
Models
customerCartModel
Add to Cart
CustomerController
Services
productService
customerCartService
Models
productModel
customerCartModel
Repos
productRepo
customerCartRepo
Customer Coupon
Apply Coupon
CustomerCouponController
Services
vendorCouponService
couponUsageService
customerService
couponProductCategoryService
productService
Models
vendorCouponModel
couponUsageModel
customerModel
couponProductCategoryModel
productModel
Repos
vendorCouponRepo
couponUsageRepo
customerRepo
couponProductCategoryRepo
productRepo