Google Shopping Merchant Inventories V1 Client - Class PickupSla (1.0.0)

Reference documentation and code samples for the Google Shopping Merchant Inventories V1 Client class PickupSla.

Relative time period from the order date for an order for this product, from this store, to be ready for pickup. Must be submitted with pickupMethod. See more details here.

Protobuf type google.shopping.merchant.inventories.v1.LocalInventoryAttributes.PickupSla

Namespace

Google \ Shopping \ Merchant \ Inventories \ V1 \ LocalInventoryAttributes

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

PICKUP_SLA_UNSPECIFIED

Value: 0

Indicates that the pickup SLA is unspecified.

Generated from protobuf enum PICKUP_SLA_UNSPECIFIED = 0;

SAME_DAY

Value: 1

Indicates that the pickup SLA is same day.

Generated from protobuf enum SAME_DAY = 1;

NEXT_DAY

Value: 2

Indicates that the pickup SLA is next day.

Generated from protobuf enum NEXT_DAY = 2;

TWO_DAY

Value: 3

Indicates that the pickup SLA is two days.

Generated from protobuf enum TWO_DAY = 3;

THREE_DAY

Value: 4

Indicates that the pickup SLA is three days.

Generated from protobuf enum THREE_DAY = 4;

FOUR_DAY

Value: 5

Indicates that the pickup SLA is four days.

Generated from protobuf enum FOUR_DAY = 5;

FIVE_DAY

Value: 6

Indicates that the pickup SLA is five days.

Generated from protobuf enum FIVE_DAY = 6;

SIX_DAY

Value: 7

Indicates that the pickup SLA is six days.

Generated from protobuf enum SIX_DAY = 7;

SEVEN_DAY

Value: 8

Indicates that the pickup SLA is seven days.

Generated from protobuf enum SEVEN_DAY = 8;

MULTI_WEEK

Value: 9

Indicates that the pickup SLA is multi-week.

Generated from protobuf enum MULTI_WEEK = 9;