storefrontcatalogIdUpdatecatalogitempercentPost method
Future<Response>
storefrontcatalogIdUpdatecatalogitempercentPost({
- required String? id,
- required WebApiModulesSettingsInventorySettingsStorefrontUpdateCatalogItemPercentRequest? body,
@param id
Implementation
Future<chopper.Response> storefrontcatalogIdUpdatecatalogitempercentPost({
required String? id,
required WebApiModulesSettingsInventorySettingsStorefrontUpdateCatalogItemPercentRequest?
body,
}) {
return _storefrontcatalogIdUpdatecatalogitempercentPost(id: id, body: body);
}