| Contact | Donate | Imprint |
| Country | FulfillmentCenterModule | AmazonCom |
| Property | Type | Entity | Reference | Module |
| (1) IsoCode2 | STRING | Country | ||
| (2) IsoCode3 | STRING | Country | ||
| (3) Name | STRING | Country |
| Remote Method | Local Method | Module | HTTP-Method | References |
| (1) /country/{id} | findCountryById(id) | FulfillmentCenterModule | GET | Country |
| (2) /country | insertCountry(country) | FulfillmentCenterModule | POST | Country |
| (3) /country | findAllCountry() | FulfillmentCenterModule | GET | Country |
| (4) /country/{id} | updateCountryById(country) | FulfillmentCenterModule | PUT | Country |
| (5) /country/{id} | deleteCountryById(id) | FulfillmentCenterModule | DELETE | Country |
| (6) /address/country/{id} | findAllAddressOfCountry(id) | FulfillmentCenterModule | GET | Country Address |
Example:
final Country country = (Country) invokeModule(FULFILLMENT_CENTER_MODULE + "/country/" + id, Country.class);| Contact | Donate | Imprint |