storefrontCatalogCatalogidGet method

Future<Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>> storefrontCatalogCatalogidGet({
  1. required String? catalogid,
})

Get catalog by id. @param catalogid

Implementation

Future<chopper.Response<List<WebApiModulesIntegrationsStorefrontWebCatalog>>>
storefrontCatalogCatalogidGet({required String? catalogid}) {
  generatedMapping.putIfAbsent(
    WebApiModulesIntegrationsStorefrontWebCatalog,
    () => WebApiModulesIntegrationsStorefrontWebCatalog.fromJsonFactory,
  );

  return _storefrontCatalogCatalogidGet(catalogid: catalogid);
}