Enum PickupMethod
The pickup option for the item.
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public enum PickupMethod
Fields
Name | Description |
---|---|
Buy | The entire transaction occurs online. |
NotSupported | The item is not available for store pickup. |
Reserve | The item is reserved online and the transaction occurs in-store. |
ShipToStore | The item is purchased online and shipped to a local store for the customer to pick up. |
Unspecified | Pickup method is not specified. |