fulfillmentInfo property

List<GoogleCloudRetailV2FulfillmentInfo>? fulfillmentInfo
getter/setter pair

Fulfillment information, such as the store IDs for in-store pickup or region IDs for different shipping methods.

All the elements must have distinct FulfillmentInfo.type. Otherwise, an INVALID_ARGUMENT error is returned.

Implementation

core.List<GoogleCloudRetailV2FulfillmentInfo>? fulfillmentInfo;