| Contact | Donate | Imprint |
| ProductImage | WishlistModule | AmazonCom |
| Property | Type | Entity | Reference | Module |
| (1) AltText | STRING | ProductImage | ||
| (2) CreatedAt | DATE | ProductImage | ||
| (3) IsMain | BOOL | ProductImage | ||
| (4) Product | LONG | ProductImage | Product | ProductModule |
| (5) SortOrder | LONG | ProductImage | ||
| (6) Url | STRING | ProductImage |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /productimage/{id} | updateProductImageById(productimage) | WishlistModule | PUT | ProductImage |
| (2) /productimage/{id} | deleteProductImageById(id) | WishlistModule | DELETE | ProductImage |
| (3) /productimage/product/{id} | findAllProductImageOfProduct(id) | WishlistModule | GET | Product ProductImage |
| (4) /productimage | insertProductImage(productimage) | WishlistModule | POST | ProductImage |
| (5) /productimage/{id} | findProductImageById(id) | WishlistModule | GET | ProductImage |
| (6) /productimage | findAllProductImage() | WishlistModule | GET | ProductImage |
Example:
final ProductImage productimage = (ProductImage) invokeModule(WISHLIST_MODULE + "/productimage/" + id, ProductImage.class);| Contact | Donate | Imprint |