storefrontcatalogIdPut method
Future<Response<WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog> >
storefrontcatalogIdPut({
- required String? id,
- required WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog? body,
@param id
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
>
>
storefrontcatalogIdPut({
required String? id,
required WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog?
body,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog,
() => WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
.fromJsonFactory,
);
return _storefrontcatalogIdPut(id: id, body: body);
}