placeIds

@JvmName(name = "oqgoiacwnnjtfotj")
suspend fun placeIds(value: Output<List<String>>)
@JvmName(name = "dvaobtpwiaiphrky")
suspend fun placeIds(value: List<String>?)

Parameters

value

The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A maximum of 3000 values are allowed. Each value must be a string with a length limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1" or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.


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


@JvmName(name = "jlabpuhcmuprobsx")
suspend fun placeIds(values: List<Output<String>>)
@JvmName(name = "toaxlygsnxxjfinx")
suspend fun placeIds(vararg values: String)

Parameters

values

The IDs for this type, such as the store IDs for FulfillmentInfo.type.pickup-in-store or the region IDs for FulfillmentInfo.type.same-day-delivery. A maximum of 3000 values are allowed. Each value must be a string with a length limit of 30 characters, matching the pattern [a-zA-Z0-9_-]+, such as "store1" or "REGION-2". Otherwise, an INVALID_ARGUMENT error is returned.