skippedLineItemIds property
The IDs of line items that are skipped for updates.
For example, unnecessary mutates that will result in effectively no changes to line items will be skipped and corresponding line item IDs can be tracked here.
Implementation
core.List<core.String>? skippedLineItemIds;