storefrontcatalogPost method

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
  >
>
storefrontcatalogPost({
  required WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog?
  body,
}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog,
    () => WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
        .fromJsonFactory,
  );

  return _storefrontcatalogPost(body: body);
}