itemConditions property

List<String>? itemConditions
getter/setter pair

The item conditions accepted for returns must not be empty unless the type of return policy is 'noReturns'.

Optional.

Implementation

core.List<core.String>? itemConditions;