| Contact | Donate | Imprint |
| ProductRebrand | ProductModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) NewName | STRING | ProductRebrand | ||
| (2) Notes | STRING | ProductRebrand | ||
| (3) OldName | STRING | ProductRebrand | ||
| (4) Product | LONG | ProductRebrand | Product | ProductModule |
| (5) RebrandDate | DATE | ProductRebrand |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /productrebrand | findAllProductRebrand() | ProductModule | GET | ProductRebrand |
| (2) /productrebrand/{id} | updateProductRebrandById(productrebrand) | ProductModule | PUT | ProductRebrand |
| (3) /productrebrand/{id} | findProductRebrandById(id) | ProductModule | GET | ProductRebrand |
| (4) /productrebrand/product/{id} | findAllProductRebrandOfProduct(id) | ProductModule | GET | Product ProductRebrand |
| (5) /productrebrand | insertProductRebrand(productrebrand) | ProductModule | POST | ProductRebrand |
| (6) /productrebrand/{id} | deleteProductRebrandById(id) | ProductModule | DELETE | ProductRebrand |
Example:
final ProductRebrand productrebrand = (ProductRebrand) invokeModule(PRODUCT_MODULE + "/productrebrand/" + id, ProductRebrand.class);| Contact | Donate | Imprint |