storefrontLookuplocationGet method
Future<Response<List<WebApiModulesIntegrationsStorefrontLocationModel> > >
storefrontLookuplocationGet()
Lookup locations for a warehouse
Implementation
Future<
chopper.Response<List<WebApiModulesIntegrationsStorefrontLocationModel>>
>
storefrontLookuplocationGet() {
generatedMapping.putIfAbsent(
WebApiModulesIntegrationsStorefrontLocationModel,
() => WebApiModulesIntegrationsStorefrontLocationModel.fromJsonFactory,
);
return _storefrontLookuplocationGet();
}