storefrontRegisterPost method

Register a new account (Contact)

Implementation

Future<
  chopper.Response<
    WebApiModulesIntegrationsStorefrontContactRegistrationResponse
  >
>
storefrontRegisterPost({
  required WebApiModulesIntegrationsStorefrontContactRegistrationRequest?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesIntegrationsStorefrontContactRegistrationResponse,
    () => WebApiModulesIntegrationsStorefrontContactRegistrationResponse
        .fromJsonFactory,
  );

  return _storefrontRegisterPost(body: body);
}