Reference documentation and code samples for the Google Shopping Merchant Inventories V1 Client class PickupMethod.
Supported pickup
method for this
product. Unless the value is "not supported"
, this field must be
submitted together with pickupSla
.
Protobuf type google.shopping.merchant.inventories.v1.LocalInventoryAttributes.PickupMethod
Namespace
Google \ Shopping \ Merchant \ Inventories \ V1 \ LocalInventoryAttributesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PICKUP_METHOD_UNSPECIFIED
Value: 0
Indicates that the pickup method is unspecified.
Generated from protobuf enum PICKUP_METHOD_UNSPECIFIED = 0;
BUY
Value: 1
Indicates that the pickup method is Buy.
Generated from protobuf enum BUY = 1;
RESERVE
Value: 2
Indicates that the pickup method is Reserve.
Generated from protobuf enum RESERVE = 2;
SHIP_TO_STORE
Value: 3
Indicates that the pickup method is Ship to store.
Generated from protobuf enum SHIP_TO_STORE = 3;
NOT_SUPPORTED
Value: 4
Indicates that the pickup method is not supported.
Generated from protobuf enum NOT_SUPPORTED = 4;