inventorysearchAddtoorderPost method
Implementation
Future<chopper.Response<bool>> inventorysearchAddtoorderPost({
required WebApiModulesInventoryInventorySearchInventorySearchAddToOrderRequest?
body,
}) {
return _inventorysearchAddtoorderPost(body: body);
}