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