Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class PickupMethod.
The pickup option for the item.
Protobuf type google.shopping.merchant.products.v1.PickupMethod
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
PICKUP_METHOD_UNSPECIFIED
Value: 0Pickup method is not specified.
Generated from protobuf enum PICKUP_METHOD_UNSPECIFIED = 0;
NOT_SUPPORTED
Value: 1The item is not available for store pickup.
Generated from protobuf enum NOT_SUPPORTED = 1;
BUY
Value: 2The entire transaction occurs online.
Generated from protobuf enum BUY = 2;
RESERVE
Value: 3The item is reserved online and the transaction occurs in-store.
Generated from protobuf enum RESERVE = 3;
SHIP_TO_STORE
Value: 4The item is purchased online and shipped to a local store for the customer to pick up.
Generated from protobuf enum SHIP_TO_STORE = 4;