allowMissing property
If set to true, and the Product is not found, the local inventory removal request will still be processed and retained for at most 1 day and processed once the Product is created.
If set to false, a NOT_FOUND error is returned if the Product is not found.
Implementation
core.bool? allowMissing;