storefrontcatalogIdGet method

Future<Response<WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog>> storefrontcatalogIdGet({
  1. required String? id,
})

@param id

Implementation

Future<
  chopper.Response<
    WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
  >
>
storefrontcatalogIdGet({required String? id}) {
  generatedMapping.putIfAbsent(
    WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog,
    () => WebApiModulesSettingsInventorySettingsStorefrontStorefrontCatalog
        .fromJsonFactory,
  );

  return _storefrontcatalogIdGet(id: id);
}