shopifypluginSavelocationsPost method

Future<Response<bool>> shopifypluginSavelocationsPost({
  1. required WebApiModulesPluginsShopifyShopifyLocations? body,
})

Implementation

Future<chopper.Response<bool>> shopifypluginSavelocationsPost({
  required WebApiModulesPluginsShopifyShopifyLocations? body,
}) {
  return _shopifypluginSavelocationsPost(body: body);
}