allowMissing property

bool? allowMissing
getter/setter pair

If set to true, and the Product is not found, the fulfillment information 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;