pickupMethod property

String? pickupMethod
getter/setter pair

Supported pickup method for this product.

Unless the value is "not supported", this field must be submitted together with pickupSla.

Optional. Possible string values are:

  • "PICKUP_METHOD_UNSPECIFIED" : Indicates that the pickup method is unspecified.
  • "BUY" : Indicates that the pickup method is Buy.
  • "RESERVE" : Indicates that the pickup method is Reserve.
  • "SHIP_TO_STORE" : Indicates that the pickup method is Ship to store.
  • "NOT_SUPPORTED" : Indicates that the pickup method is not supported.

Implementation

core.String? pickupMethod;