pinMap property

Map<String, String>? pinMap
getter/setter pair

A map of positions to product_ids.

Partial matches per action are allowed, if a certain position in the map is already filled that [position, product_id] pair will be ignored but the rest may still be applied. This case will only occur if multiple pin actions are matched to a single request, as the map guarantees that pin positions are unique within the same action. Duplicate product_ids are not permitted within a single pin map. The max size of this map is 120, equivalent to the max request page size.

Required.

Implementation

core.Map<core.String, core.String>? pinMap;