skipReview property

bool? skipReview
getter/setter pair

Whether to attempt to skip item review.

The API will validate if the item qualifies and return a validation error if the item requires review. Defaults to false if unset.

Optional.

Implementation

core.bool? skipReview;