interface LegalContentService
LegalContentSummary getSummary(ShopRequestContext requestContext)
ContentPage getPrivacyPolicy(ShopRequestContext requestContext)
ContentPage getTermsAndConditions(ShopRequestContext requestContext)
ContentPage getRightsOfWithdrawal(ShopRequestContext requestContext)
ContentPage getShippingInformation(ShopRequestContext requestContext)
ContactInformation getContactInformation(ShopRequestContext requestContext)
ContactInformation updateContactInformation(ContactInformation contactInformation, ShopRequestContext requestContext)
ContentPage updatePrivacyPolicy(ContentPage privacyPolicy, ShopRequestContext requestContext)
ContentPage updateTermsAndConditions(ContentPage termsAndConditions, ShopRequestContext requestContext)
ContentPage updateRightsOfWithdrawal(ContentPage rightsOfWidthdrawal, ShopRequestContext requestContext)
ContentPage updateShippingInformation(ContentPage shippingInformation, ShopRequestContext requestContext)