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