Module: Google::Shopping::Merchant::Products::V1::PickupMethod
- Defined in:
- proto_docs/google/shopping/merchant/products/v1/products_common.rb
Overview
The pickup option for the item.
Constant Summary collapse
- PICKUP_METHOD_UNSPECIFIED =
Pickup method is not specified.
0
- NOT_SUPPORTED =
The item is not available for store pickup.
1
- BUY =
The entire transaction occurs online.
2
- RESERVE =
The item is reserved online and the transaction occurs in-store.
3
- SHIP_TO_STORE =
The item is purchased online and shipped to a local store for the customer to pick up.
4