Overview
Summary
Contact
Donate
Imprint
2. Modular API
2.1 Module System
2.2 Module Interfaces
API 1: CategoryService-API (17)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/category/{id}
updateCategoryById(category)
CategoryModule
PUT
Category
(2)
/productcategory/product/{id}
findAllProductCategoryOfProduct(id)
CategoryModule
GET
Product
ProductCategory
(3)
/productcategory
findAllProductCategory()
CategoryModule
GET
ProductCategory
(4)
/category
insertCategory(category)
CategoryModule
POST
Category
(5)
/category
findAllCategory()
CategoryModule
GET
Category
(6)
/productcategory/{id}
deleteProductCategoryById(id)
CategoryModule
DELETE
ProductCategory
(7)
/productcategory/{id}
updateProductCategoryById(productcategory)
CategoryModule
PUT
ProductCategory
(8)
/productcategory/category/{id}
findAllProductCategoryOfCategory(id)
CategoryModule
GET
Category
ProductCategory
(9)
/category/{id}
findCategoryById(id)
CategoryModule
GET
Category
(10)
/category/{id}
deleteCategoryById(id)
CategoryModule
DELETE
Category
(11)
/productcategory/{id}
findProductCategoryById(id)
CategoryModule
GET
ProductCategory
(12)
/productattribute/{id}
deleteProductAttributeById(id)
CategoryModule
DELETE
ProductAttribute
(13)
/productattribute
insertProductAttribute(productattribute)
CategoryModule
POST
ProductAttribute
(14)
/productattribute/{id}
findProductAttributeById(id)
CategoryModule
GET
ProductAttribute
(15)
/productcategory
insertProductCategory(productcategory)
CategoryModule
POST
ProductCategory
(16)
/productattribute/{id}
updateProductAttributeById(productattribute)
CategoryModule
PUT
ProductAttribute
(17)
/productattribute
findAllProductAttribute()
CategoryModule
GET
ProductAttribute
API 2: CustomerService-API (39)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/customerorder/paymentmethod/{id}
findAllCustomerOrderOfPaymentMethod(id)
CustomerModule
GET
PaymentMethod
CustomerOrder
(2)
/review
findAllReview()
CustomerModule
GET
Review
(3)
/paymenttransaction
insertPaymentTransaction(paymenttransaction)
CustomerModule
POST
PaymentTransaction
(4)
/paymenttransaction
findAllPaymentTransaction()
CustomerModule
GET
PaymentTransaction
(5)
/paymenttransaction/paymentmethod/{id}
findAllPaymentTransactionOfPaymentMethod(id)
CustomerModule
GET
PaymentMethod
PaymentTransaction
(6)
/review/{id}
updateReviewById(review)
CustomerModule
PUT
Review
(7)
/customerorder
insertCustomerOrder(customerorder)
CustomerModule
POST
CustomerOrder
(8)
/customer/{id}
updateCustomerById(customer)
CustomerModule
PUT
Customer
(9)
/paymentmethod/{id}
updatePaymentMethodById(paymentmethod)
CustomerModule
PUT
PaymentMethod
(10)
/reviewcomment
insertReviewComment(reviewcomment)
CustomerModule
POST
ReviewComment
(11)
/reviewcomment
findAllReviewComment()
CustomerModule
GET
ReviewComment
(12)
/paymenttransaction/{id}
findPaymentTransactionById(id)
CustomerModule
GET
PaymentTransaction
(13)
/paymentmethod
findAllPaymentMethod()
CustomerModule
GET
PaymentMethod
(14)
/customer/{id}
findCustomerById(id)
CustomerModule
GET
Customer
(15)
/review/customer/{id}
findAllReviewOfCustomer(id)
CustomerModule
GET
Customer
Review
(16)
/paymenttransaction/customerorder/{id}
findAllPaymentTransactionOfCustomerOrder(id)
CustomerModule
GET
Customer
PaymentTransaction
(17)
/customer
insertCustomer(customer)
CustomerModule
POST
Customer
(18)
/reviewcomment/customer/{id}
findAllReviewCommentOfCustomer(id)
CustomerModule
GET
Customer
ReviewComment
(19)
/reviewcomment/{id}
findReviewCommentById(id)
CustomerModule
GET
ReviewComment
(20)
/paymentmethod/customer/{id}
findAllPaymentMethodOfCustomer(id)
CustomerModule
GET
Customer
PaymentMethod
(21)
/reviewcomment/{id}
deleteReviewCommentById(id)
CustomerModule
DELETE
ReviewComment
(22)
/paymenttransaction/{id}
deletePaymentTransactionById(id)
CustomerModule
DELETE
PaymentTransaction
(23)
/paymentmethod
insertPaymentMethod(paymentmethod)
CustomerModule
POST
PaymentMethod
(24)
/customerorder/customer/{id}
findAllCustomerOrderOfCustomer(id)
CustomerModule
GET
Customer
CustomerOrder
(25)
/reviewcomment/{id}
updateReviewCommentById(reviewcomment)
CustomerModule
PUT
ReviewComment
(26)
/paymentmethod/{id}
deletePaymentMethodById(id)
CustomerModule
DELETE
PaymentMethod
(27)
/customerorder/{id}
deleteCustomerOrderById(id)
CustomerModule
DELETE
CustomerOrder
(28)
/customerorder/{id}
updateCustomerOrderById(customerorder)
CustomerModule
PUT
CustomerOrder
(29)
/customerorder/{id}
findCustomerOrderById(id)
CustomerModule
GET
CustomerOrder
(30)
/paymentmethod/{id}
findPaymentMethodById(id)
CustomerModule
GET
PaymentMethod
(31)
/reviewcomment/review/{id}
findAllReviewCommentOfReview(id)
CustomerModule
GET
Review
ReviewComment
(32)
/review
insertReview(review)
CustomerModule
POST
Review
(33)
/customer/{id}
deleteCustomerById(id)
CustomerModule
DELETE
Customer
(34)
/customerorder
findAllCustomerOrder()
CustomerModule
GET
CustomerOrder
(35)
/review/{id}
findReviewById(id)
CustomerModule
GET
Review
(36)
/review/{id}
deleteReviewById(id)
CustomerModule
DELETE
Review
(37)
/review/product/{id}
findAllReviewOfProduct(id)
CustomerModule
GET
Product
Review
(38)
/paymenttransaction/{id}
updatePaymentTransactionById(paymenttransaction)
CustomerModule
PUT
PaymentTransaction
(39)
/customer
findAllCustomer()
CustomerModule
GET
Customer
API 3: FulfillmentCenterService-API (37)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/country/{id}
updateCountryById(country)
FulfillmentCenterModule
PUT
Country
(2)
/address
findAllAddress()
FulfillmentCenterModule
GET
Address
(3)
/fulfillmentcenter/{id}
findFulfillmentCenterById(id)
FulfillmentCenterModule
GET
FulfillmentCenter
(4)
/fulfillmentcenter/{id}
updateFulfillmentCenterById(fulfillmentcenter)
FulfillmentCenterModule
PUT
FulfillmentCenter
(5)
/country/{id}
deleteCountryById(id)
FulfillmentCenterModule
DELETE
Country
(6)
/carrier/{id}
updateCarrierById(carrier)
FulfillmentCenterModule
PUT
Carrier
(7)
/country/{id}
findCountryById(id)
FulfillmentCenterModule
GET
Country
(8)
/address/country/{id}
findAllAddressOfCountry(id)
FulfillmentCenterModule
GET
Country
Address
(9)
/shipment/{id}
updateShipmentById(shipment)
FulfillmentCenterModule
PUT
Shipment
(10)
/shipmentitem/{id}
updateShipmentItemById(shipmentitem)
FulfillmentCenterModule
PUT
ShipmentItem
(11)
/fulfillmentcenter
findAllFulfillmentCenter()
FulfillmentCenterModule
GET
FulfillmentCenter
(12)
/shipment/customerorder/{id}
findAllShipmentOfCustomerOrder(id)
FulfillmentCenterModule
GET
Customer
Shipment
(13)
/carrier/{id}
findCarrierById(id)
FulfillmentCenterModule
GET
Carrier
(14)
/country
insertCountry(country)
FulfillmentCenterModule
POST
Country
(15)
/shipment
findAllShipment()
FulfillmentCenterModule
GET
Shipment
(16)
/shipmentitem/{id}
deleteShipmentItemById(id)
FulfillmentCenterModule
DELETE
ShipmentItem
(17)
/shipment
insertShipment(shipment)
FulfillmentCenterModule
POST
Shipment
(18)
/fulfillmentcenter
insertFulfillmentCenter(fulfillmentcenter)
FulfillmentCenterModule
POST
FulfillmentCenter
(19)
/country
findAllCountry()
FulfillmentCenterModule
GET
Country
(20)
/shipmentitem
insertShipmentItem(shipmentitem)
FulfillmentCenterModule
POST
ShipmentItem
(21)
/shipmentitem/{id}
findShipmentItemById(id)
FulfillmentCenterModule
GET
ShipmentItem
(22)
/fulfillmentcenter/{id}
deleteFulfillmentCenterById(id)
FulfillmentCenterModule
DELETE
FulfillmentCenter
(23)
/shipment/{id}
findShipmentById(id)
FulfillmentCenterModule
GET
Shipment
(24)
/address
insertAddress(address)
FulfillmentCenterModule
POST
Address
(25)
/address/{id}
findAddressById(id)
FulfillmentCenterModule
GET
Address
(26)
/fulfillmentcenter/address/{id}
findAllFulfillmentCenterOfAddress(id)
FulfillmentCenterModule
GET
Address
FulfillmentCenter
(27)
/address/{id}
updateAddressById(address)
FulfillmentCenterModule
PUT
Address
(28)
/shipment/{id}
deleteShipmentById(id)
FulfillmentCenterModule
DELETE
Shipment
(29)
/shipmentitem
findAllShipmentItem()
FulfillmentCenterModule
GET
ShipmentItem
(30)
/shipmentitem/shipment/{id}
findAllShipmentItemOfShipment(id)
FulfillmentCenterModule
GET
Shipment
ShipmentItem
(31)
/carrier
findAllCarrier()
FulfillmentCenterModule
GET
Carrier
(32)
/shipmentitem/orderitem/{id}
findAllShipmentItemOfOrderItem(id)
FulfillmentCenterModule
GET
OrderItem
ShipmentItem
(33)
/address/{id}
deleteAddressById(id)
FulfillmentCenterModule
DELETE
Address
(34)
/carrier
insertCarrier(carrier)
FulfillmentCenterModule
POST
Carrier
(35)
/carrier/{id}
deleteCarrierById(id)
FulfillmentCenterModule
DELETE
Carrier
(36)
/shipment/carrier/{id}
findAllShipmentOfCarrier(id)
FulfillmentCenterModule
GET
Carrier
Shipment
(37)
/shipment/fulfillmentcenter/{id}
findAllShipmentOfFulfillmentCenter(id)
FulfillmentCenterModule
GET
FulfillmentCenter
Shipment
API 4: OfferService-API (33)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/inventoryitem
insertInventoryItem(inventoryitem)
OfferModule
POST
InventoryItem
(2)
/shoppingcartitem/{id}
deleteShoppingCartItemById(id)
OfferModule
DELETE
ShoppingCartItem
(3)
/inventoryitem/{id}
findInventoryItemById(id)
OfferModule
GET
InventoryItem
(4)
/pricehistory/{id}
findPriceHistoryById(id)
OfferModule
GET
PriceHistory
(5)
/pricehistory
findAllPriceHistory()
OfferModule
GET
PriceHistory
(6)
/shoppingcartitem/{id}
updateShoppingCartItemById(shoppingcartitem)
OfferModule
PUT
ShoppingCartItem
(7)
/offer/product/{id}
findAllOfferOfProduct(id)
OfferModule
GET
Product
Offer
(8)
/shoppingcart/{id}
updateShoppingCartById(shoppingcart)
OfferModule
PUT
ShoppingCart
(9)
/shoppingcartitem/{id}
findShoppingCartItemById(id)
OfferModule
GET
ShoppingCartItem
(10)
/offer
findAllOffer()
OfferModule
GET
Offer
(11)
/shoppingcart/customer/{id}
findAllShoppingCartOfCustomer(id)
OfferModule
GET
Customer
ShoppingCart
(12)
/inventoryitem/fulfillmentcenter/{id}
findAllInventoryItemOfFulfillmentCenter(id)
OfferModule
GET
FulfillmentCenter
InventoryItem
(13)
/offer/{id}
updateOfferById(offer)
OfferModule
PUT
Offer
(14)
/pricehistory/{id}
deletePriceHistoryById(id)
OfferModule
DELETE
PriceHistory
(15)
/inventoryitem/{id}
deleteInventoryItemById(id)
OfferModule
DELETE
InventoryItem
(16)
/inventoryitem/{id}
updateInventoryItemById(inventoryitem)
OfferModule
PUT
InventoryItem
(17)
/inventoryitem/offer/{id}
findAllInventoryItemOfOffer(id)
OfferModule
GET
Offer
InventoryItem
(18)
/pricehistory/{id}
updatePriceHistoryById(pricehistory)
OfferModule
PUT
PriceHistory
(19)
/shoppingcartitem
findAllShoppingCartItem()
OfferModule
GET
ShoppingCartItem
(20)
/shoppingcart
insertShoppingCart(shoppingcart)
OfferModule
POST
ShoppingCart
(21)
/shoppingcartitem/shoppingcart/{id}
findAllShoppingCartItemOfShoppingCart(id)
OfferModule
GET
ShoppingCart
ShoppingCartItem
(22)
/offer/{id}
findOfferById(id)
OfferModule
GET
Offer
(23)
/offer
insertOffer(offer)
OfferModule
POST
Offer
(24)
/offer/{id}
deleteOfferById(id)
OfferModule
DELETE
Offer
(25)
/shoppingcartitem
insertShoppingCartItem(shoppingcartitem)
OfferModule
POST
ShoppingCartItem
(26)
/shoppingcartitem/offer/{id}
findAllShoppingCartItemOfOffer(id)
OfferModule
GET
Offer
ShoppingCartItem
(27)
/shoppingcart
findAllShoppingCart()
OfferModule
GET
ShoppingCart
(28)
/inventoryitem
findAllInventoryItem()
OfferModule
GET
InventoryItem
(29)
/pricehistory/offer/{id}
findAllPriceHistoryOfOffer(id)
OfferModule
GET
Offer
PriceHistory
(30)
/shoppingcart/{id}
findShoppingCartById(id)
OfferModule
GET
ShoppingCart
(31)
/offer/seller/{id}
findAllOfferOfSeller(id)
OfferModule
GET
Seller
Offer
(32)
/pricehistory
insertPriceHistory(pricehistory)
OfferModule
POST
PriceHistory
(33)
/shoppingcart/{id}
deleteShoppingCartById(id)
OfferModule
DELETE
ShoppingCart
API 5: ProductService-API (39)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/browseevent/{id}
findBrowseEventById(id)
ProductModule
GET
BrowseEvent
(2)
/browseevent/{id}
updateBrowseEventById(browseevent)
ProductModule
PUT
BrowseEvent
(3)
/answer/seller/{id}
findAllAnswerOfSeller(id)
ProductModule
GET
Seller
Answer
(4)
/brand
insertBrand(brand)
ProductModule
POST
Brand
(5)
/answer/{id}
findAnswerById(id)
ProductModule
GET
Answer
(6)
/seller
findAllSeller()
ProductModule
GET
Seller
(7)
/question/customer/{id}
findAllQuestionOfCustomer(id)
ProductModule
GET
Customer
Question
(8)
/question
insertQuestion(question)
ProductModule
POST
Question
(9)
/question/{id}
findQuestionById(id)
ProductModule
GET
Question
(10)
/product/{id}
deleteProductById(id)
ProductModule
DELETE
Product
(11)
/answer/{id}
deleteAnswerById(id)
ProductModule
DELETE
Answer
(12)
/brand
findAllBrand()
ProductModule
GET
Brand
(13)
/question
findAllQuestion()
ProductModule
GET
Question
(14)
/seller/{id}
updateSellerById(seller)
ProductModule
PUT
Seller
(15)
/browseevent
findAllBrowseEvent()
ProductModule
GET
BrowseEvent
(16)
/product
findAllProduct()
ProductModule
GET
Product
(17)
/product/{id}
findProductById(id)
ProductModule
GET
Product
(18)
/browseevent/product/{id}
findAllBrowseEventOfProduct(id)
ProductModule
GET
Product
BrowseEvent
(19)
/answer/question/{id}
findAllAnswerOfQuestion(id)
ProductModule
GET
Question
Answer
(20)
/answer
findAllAnswer()
ProductModule
GET
Answer
(21)
/browseevent/offer/{id}
findAllBrowseEventOfOffer(id)
ProductModule
GET
Offer
BrowseEvent
(22)
/brand/{id}
deleteBrandById(id)
ProductModule
DELETE
Brand
(23)
/product/brand/{id}
findAllProductOfBrand(id)
ProductModule
GET
Brand
Product
(24)
/seller
insertSeller(seller)
ProductModule
POST
Seller
(25)
/question/product/{id}
findAllQuestionOfProduct(id)
ProductModule
GET
Product
Question
(26)
/product/{id}
updateProductById(product)
ProductModule
PUT
Product
(27)
/answer/customer/{id}
findAllAnswerOfCustomer(id)
ProductModule
GET
Customer
Answer
(28)
/answer/{id}
updateAnswerById(answer)
ProductModule
PUT
Answer
(29)
/brand/{id}
updateBrandById(brand)
ProductModule
PUT
Brand
(30)
/product
insertProduct(product)
ProductModule
POST
Product
(31)
/question/{id}
updateQuestionById(question)
ProductModule
PUT
Question
(32)
/seller/{id}
findSellerById(id)
ProductModule
GET
Seller
(33)
/brand/{id}
findBrandById(id)
ProductModule
GET
Brand
(34)
/browseevent/customer/{id}
findAllBrowseEventOfCustomer(id)
ProductModule
GET
Customer
BrowseEvent
(35)
/seller/{id}
deleteSellerById(id)
ProductModule
DELETE
Seller
(36)
/browseevent/{id}
deleteBrowseEventById(id)
ProductModule
DELETE
BrowseEvent
(37)
/answer
insertAnswer(answer)
ProductModule
POST
Answer
(38)
/question/{id}
deleteQuestionById(id)
ProductModule
DELETE
Question
(39)
/browseevent
insertBrowseEvent(browseevent)
ProductModule
POST
BrowseEvent
API 6: PromotionService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/promotionproduct
findAllPromotionProduct()
PromotionModule
GET
PromotionProduct
(2)
/productattributevalue/productattribute/{id}
findAllProductAttributeValueOfProductAttribute(id)
PromotionModule
GET
Product
ProductAttributeValue
(3)
/promotion
findAllPromotion()
PromotionModule
GET
Promotion
(4)
/productattributevalue
insertProductAttributeValue(productattributevalue)
PromotionModule
POST
ProductAttributeValue
(5)
/productattributevalue
findAllProductAttributeValue()
PromotionModule
GET
ProductAttributeValue
(6)
/promotion/{id}
updatePromotionById(promotion)
PromotionModule
PUT
Promotion
(7)
/promotionproduct/{id}
updatePromotionProductById(promotionproduct)
PromotionModule
PUT
PromotionProduct
(8)
/productattributevalue/{id}
findProductAttributeValueById(id)
PromotionModule
GET
ProductAttributeValue
(9)
/promotion
insertPromotion(promotion)
PromotionModule
POST
Promotion
(10)
/productattributevalue/{id}
deleteProductAttributeValueById(id)
PromotionModule
DELETE
ProductAttributeValue
(11)
/promotion/{id}
findPromotionById(id)
PromotionModule
GET
Promotion
(12)
/promotionproduct/{id}
deletePromotionProductById(id)
PromotionModule
DELETE
PromotionProduct
(13)
/promotionproduct
insertPromotionProduct(promotionproduct)
PromotionModule
POST
PromotionProduct
(14)
/promotionproduct/product/{id}
findAllPromotionProductOfProduct(id)
PromotionModule
GET
Product
PromotionProduct
(15)
/productattributevalue/product/{id}
findAllProductAttributeValueOfProduct(id)
PromotionModule
GET
Product
ProductAttributeValue
(16)
/promotionproduct/promotion/{id}
findAllPromotionProductOfPromotion(id)
PromotionModule
GET
Promotion
PromotionProduct
(17)
/promotion/{id}
deletePromotionById(id)
PromotionModule
DELETE
Promotion
(18)
/productattributevalue/{id}
updateProductAttributeValueById(productattributevalue)
PromotionModule
PUT
ProductAttributeValue
(19)
/promotionproduct/{id}
findPromotionProductById(id)
PromotionModule
GET
PromotionProduct
API 7: ReturnRequestService-API (29)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/returnitem/orderitem/{id}
findAllReturnItemOfOrderItem(id)
ReturnRequestModule
GET
OrderItem
ReturnItem
(2)
/orderitem/{id}
findOrderItemById(id)
ReturnRequestModule
GET
OrderItem
(3)
/returnrequest/{id}
deleteReturnRequestById(id)
ReturnRequestModule
DELETE
ReturnRequest
(4)
/returnrequest
insertReturnRequest(returnrequest)
ReturnRequestModule
POST
ReturnRequest
(5)
/returnrequest/{id}
findReturnRequestById(id)
ReturnRequestModule
GET
ReturnRequest
(6)
/returnitem
findAllReturnItem()
ReturnRequestModule
GET
ReturnItem
(7)
/refund
findAllRefund()
ReturnRequestModule
GET
Refund
(8)
/orderitem
insertOrderItem(orderitem)
ReturnRequestModule
POST
OrderItem
(9)
/returnitem
insertReturnItem(returnitem)
ReturnRequestModule
POST
ReturnItem
(10)
/returnitem/returnrequest/{id}
findAllReturnItemOfReturnRequest(id)
ReturnRequestModule
GET
ReturnRequest
ReturnItem
(11)
/refund/{id}
findRefundById(id)
ReturnRequestModule
GET
Refund
(12)
/returnrequest/{id}
updateReturnRequestById(returnrequest)
ReturnRequestModule
PUT
ReturnRequest
(13)
/refund/returnrequest/{id}
findAllRefundOfReturnRequest(id)
ReturnRequestModule
GET
ReturnRequest
Refund
(14)
/returnrequest
findAllReturnRequest()
ReturnRequestModule
GET
ReturnRequest
(15)
/orderitem/{id}
deleteOrderItemById(id)
ReturnRequestModule
DELETE
OrderItem
(16)
/refund/paymenttransaction/{id}
findAllRefundOfPaymentTransaction(id)
ReturnRequestModule
GET
PaymentTransaction
Refund
(17)
/returnrequest/customer/{id}
findAllReturnRequestOfCustomer(id)
ReturnRequestModule
GET
Customer
ReturnRequest
(18)
/orderitem/offer/{id}
findAllOrderItemOfOffer(id)
ReturnRequestModule
GET
Offer
OrderItem
(19)
/returnrequest/customerorder/{id}
findAllReturnRequestOfCustomerOrder(id)
ReturnRequestModule
GET
Customer
ReturnRequest
(20)
/orderitem/{id}
updateOrderItemById(orderitem)
ReturnRequestModule
PUT
OrderItem
(21)
/returnitem/{id}
findReturnItemById(id)
ReturnRequestModule
GET
ReturnItem
(22)
/orderitem/producttitle/{id}
findAllOrderItemOfProductTitle(id)
ReturnRequestModule
GET
Product
OrderItem
(23)
/orderitem/customerorder/{id}
findAllOrderItemOfCustomerOrder(id)
ReturnRequestModule
GET
Customer
OrderItem
(24)
/returnitem/{id}
updateReturnItemById(returnitem)
ReturnRequestModule
PUT
ReturnItem
(25)
/refund/{id}
deleteRefundById(id)
ReturnRequestModule
DELETE
Refund
(26)
/refund/{id}
updateRefundById(refund)
ReturnRequestModule
PUT
Refund
(27)
/orderitem
findAllOrderItem()
ReturnRequestModule
GET
OrderItem
(28)
/returnitem/{id}
deleteReturnItemById(id)
ReturnRequestModule
DELETE
ReturnItem
(29)
/refund
insertRefund(refund)
ReturnRequestModule
POST
Refund
API 8: WishlistService-API (19)
Remote Method
Local Method
Module
HTTP-Method
References
(1)
/wishlist
insertWishlist(wishlist)
WishlistModule
POST
Wishlist
(2)
/wishlistitem/{id}
updateWishlistItemById(wishlistitem)
WishlistModule
PUT
WishlistItem
(3)
/productimage/{id}
updateProductImageById(productimage)
WishlistModule
PUT
ProductImage
(4)
/wishlist/{id}
deleteWishlistById(id)
WishlistModule
DELETE
Wishlist
(5)
/wishlistitem/{id}
deleteWishlistItemById(id)
WishlistModule
DELETE
WishlistItem
(6)
/wishlist/{id}
findWishlistById(id)
WishlistModule
GET
Wishlist
(7)
/wishlistitem
findAllWishlistItem()
WishlistModule
GET
WishlistItem
(8)
/productimage
findAllProductImage()
WishlistModule
GET
ProductImage
(9)
/wishlist/customer/{id}
findAllWishlistOfCustomer(id)
WishlistModule
GET
Customer
Wishlist
(10)
/wishlist
findAllWishlist()
WishlistModule
GET
Wishlist
(11)
/wishlistitem/product/{id}
findAllWishlistItemOfProduct(id)
WishlistModule
GET
Product
WishlistItem
(12)
/wishlistitem
insertWishlistItem(wishlistitem)
WishlistModule
POST
WishlistItem
(13)
/wishlist/{id}
updateWishlistById(wishlist)
WishlistModule
PUT
Wishlist
(14)
/productimage/product/{id}
findAllProductImageOfProduct(id)
WishlistModule
GET
Product
ProductImage
(15)
/productimage/{id}
deleteProductImageById(id)
WishlistModule
DELETE
ProductImage
(16)
/wishlistitem/wishlist/{id}
findAllWishlistItemOfWishlist(id)
WishlistModule
GET
Wishlist
WishlistItem
(17)
/productimage/{id}
findProductImageById(id)
WishlistModule
GET
ProductImage
(18)
/wishlistitem/{id}
findWishlistItemById(id)
WishlistModule
GET
WishlistItem
(19)
/productimage
insertProductImage(productimage)
WishlistModule
POST
ProductImage
Overview
Summary
Contact
Donate
Imprint