allowMissing property

bool? allowMissing
getter/setter pair

If set to true, and the Product with name Product.name is not found, the inventory update will still be processed and retained for at most 1 day until the Product is created.

If set to false, a NOT_FOUND error is returned if the Product is not found.

Implementation

core.bool? allowMissing;