| Contact | Donate | Imprint |
| MerchantAppInstallation | AppModule | Shopify |
| Property | Type | Entity | Reference | Module |
| (1) App | LONG | MerchantAppInstallation | App | AppModule |
| (2) InstallDate | DATE | MerchantAppInstallation | ||
| (3) Merchant | LONG | MerchantAppInstallation | Merchant | AppModule |
| (4) MonthlyRevenueShareUsd | STRING | MerchantAppInstallation | ||
| (5) UninstallDate | DATE | MerchantAppInstallation |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /merchantappinstallation/merchant/{id} | findAllMerchantAppInstallationOfMerchant(id) | AppModule | GET | Merchant MerchantAppInstallation |
| (2) /merchantappinstallation/app/{id} | findAllMerchantAppInstallationOfApp(id) | AppModule | GET | App MerchantAppInstallation |
| (3) /merchantappinstallation | findAllMerchantAppInstallation() | AppModule | GET | MerchantAppInstallation |
| (4) /merchantappinstallation/{id} | findMerchantAppInstallationById(id) | AppModule | GET | MerchantAppInstallation |
| (5) /merchantappinstallation | insertMerchantAppInstallation(merchantappinstallation) | AppModule | POST | MerchantAppInstallation |
| (6) /merchantappinstallation/{id} | deleteMerchantAppInstallationById(id) | AppModule | DELETE | MerchantAppInstallation |
| (7) /merchantappinstallation/{id} | updateMerchantAppInstallationById(merchantappinstallation) | AppModule | PUT | MerchantAppInstallation |
Example:
final MerchantAppInstallation merchantappinstallation = (MerchantAppInstallation) invokeModule(APP_MODULE + "/merchantappinstallation/" + id, MerchantAppInstallation.class);| Contact | Donate | Imprint |