noShipping property

bool? noShipping
getter/setter pair

If true, then the product can't ship.

Must be true when set, can only be set if all other fields are not set.

Implementation

core.bool? noShipping;