Reference documentation and code samples for the Google Shopping Merchant Products V1 Client class PickupSla.
Item store pickup timeline. For more information, see Pickup SLA.
Protobuf type google.shopping.merchant.products.v1.PickupSla
Namespace
Google \ Shopping \ Merchant \ Products \ V1Methods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
PICKUP_SLA_UNSPECIFIED
Value: 0
Pickup SLA is not specified.
Generated from protobuf enum PICKUP_SLA_UNSPECIFIED = 0;
SAME_DAY
Value: 1
Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.
Generated from protobuf enum SAME_DAY = 1;
NEXT_DAY
Value: 2
Indicates that the product is available for pickup the following day that the order is placed.
Generated from protobuf enum NEXT_DAY = 2;
TWO_DAY
Value: 3
Indicates that the product will be shipped to a store for a customer to pick up in 2 days.
Generated from protobuf enum TWO_DAY = 3;
THREE_DAY
Value: 4
Indicates that the product will be shipped to a store for a customer to pick up in 3 days.
Generated from protobuf enum THREE_DAY = 4;
FOUR_DAY
Value: 5
Indicates that the product will be shipped to a store for a customer to pick up in 4 days
Generated from protobuf enum FOUR_DAY = 5;
FIVE_DAY
Value: 6
Indicates that the product will be shipped to a store for a customer to pick up in 5 days.
Generated from protobuf enum FIVE_DAY = 6;
SIX_DAY
Value: 7
Indicates that the product will be shipped to a store for a customer to pick up in 6 days.
Generated from protobuf enum SIX_DAY = 7;
MULTI_WEEK
Value: 8
Indicates that the product will be shipped to a store for a customer to pick up in one week or more.
Generated from protobuf enum MULTI_WEEK = 8;