| Contact | Donate | Imprint |
| ProductFeature | ProductModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) DeprecationDate | DATE | ProductFeature | ||
| (2) Description | STRING | ProductFeature | ||
| (3) LaunchDate | DATE | ProductFeature | ||
| (4) Name | STRING | ProductFeature | ||
| (5) Product | LONG | ProductFeature | Product | ProductModule |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /productfeature/{id} | deleteProductFeatureById(id) | ProductModule | DELETE | ProductFeature |
| (2) /productfeature | findAllProductFeature() | ProductModule | GET | ProductFeature |
| (3) /productfeature | insertProductFeature(productfeature) | ProductModule | POST | ProductFeature |
| (4) /productfeature/{id} | findProductFeatureById(id) | ProductModule | GET | ProductFeature |
| (5) /productfeature/product/{id} | findAllProductFeatureOfProduct(id) | ProductModule | GET | Product ProductFeature |
| (6) /productfeature/{id} | updateProductFeatureById(productfeature) | ProductModule | PUT | ProductFeature |
Example:
final ProductFeature productfeature = (ProductFeature) invokeModule(PRODUCT_MODULE + "/productfeature/" + id, ProductFeature.class);| Contact | Donate | Imprint |