itemConditions property

List<String>? itemConditions
getter/setter pair

The item conditions that are accepted for returns.

This is required to not be empty unless the type of return policy is noReturns.

Implementation

core.List<core.String>? itemConditions;