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: 0
Pickup method is not specified.
Generated from protobuf enum PICKUP_METHOD_UNSPECIFIED = 0;
NOT_SUPPORTED
Value: 1
The item is not available for store pickup.
Generated from protobuf enum NOT_SUPPORTED = 1;
BUY
Value: 2
The entire transaction occurs online.
Generated from protobuf enum BUY = 2;
RESERVE
Value: 3
The item is reserved online and the transaction occurs in-store.
Generated from protobuf enum RESERVE = 3;
SHIP_TO_STORE
Value: 4
The item is purchased online and shipped to a local store for the customer to pick up.
Generated from protobuf enum SHIP_TO_STORE = 4;