collectionMemberIds

@JvmName(name = "ntsrocdskwcludmn")
suspend fun collectionMemberIds(value: Output<List<String>>)
@JvmName(name = "ycuajsmkgktcnaxp")
suspend fun collectionMemberIds(value: List<String>?)

Parameters

value

The id of the collection members when type is Type.COLLECTION. Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.


@JvmName(name = "kilwgctdaxmsuhtn")
suspend fun collectionMemberIds(vararg values: Output<String>)


@JvmName(name = "knwroxldffsydrhc")
suspend fun collectionMemberIds(values: List<Output<String>>)
@JvmName(name = "rfqdkmugkepbrrjy")
suspend fun collectionMemberIds(vararg values: String)

Parameters

values

The id of the collection members when type is Type.COLLECTION. Non-existent product ids are allowed. The type of the members must be either Type.PRIMARY or Type.VARIANT otherwise an INVALID_ARGUMENT error is thrown. Should not set it for other types. A maximum of 1000 values are allowed. Otherwise, an INVALID_ARGUMENT error is return.