storefrontcatalogIdCatalogitemsGet method
Future<Response<WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse> >
storefrontcatalogIdCatalogitemsGet({})
@param id @param rectype @param departmentid @param categoryid @param subcategoryid
Implementation
Future<
chopper.Response<
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse
>
>
storefrontcatalogIdCatalogitemsGet({
required String? id,
String? rectype,
String? departmentid,
String? categoryid,
String? subcategoryid,
}) {
generatedMapping.putIfAbsent(
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse,
() =>
WebApiModulesSettingsInventorySettingsStorefrontOnlineCatalogItemReponse
.fromJsonFactory,
);
return _storefrontcatalogIdCatalogitemsGet(
id: id,
rectype: rectype,
departmentid: departmentid,
categoryid: categoryid,
subcategoryid: subcategoryid,
);
}