storefrontLookupwarehouseGet method

Future<Response<List<WebApiModulesIntegrationsStorefrontLocationModel>>> storefrontLookupwarehouseGet()

Lookup warehouses

Implementation

Future<
  chopper.Response<List<WebApiModulesIntegrationsStorefrontLocationModel>>
>
storefrontLookupwarehouseGet() {
  generatedMapping.putIfAbsent(
    WebApiModulesIntegrationsStorefrontLocationModel,
    () => WebApiModulesIntegrationsStorefrontLocationModel.fromJsonFactory,
  );

  return _storefrontLookupwarehouseGet();
}