Module: Google::Shopping::Merchant::Products::V1::PickupSla

Defined in:
proto_docs/google/shopping/merchant/products/v1/products_common.rb

Overview

Item store pickup timeline. For more information, see Pickup SLA.

Constant Summary collapse

PICKUP_SLA_UNSPECIFIED =

Pickup SLA is not specified.

0
SAME_DAY =

Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times.

1
NEXT_DAY =

Indicates that the product is available for pickup the following day that the order is placed.

2
TWO_DAY =

Indicates that the product will be shipped to a store for a customer to pick up in 2 days.

3
THREE_DAY =

Indicates that the product will be shipped to a store for a customer to pick up in 3 days.

4
FOUR_DAY =

Indicates that the product will be shipped to a store for a customer to pick up in 4 days

5
FIVE_DAY =

Indicates that the product will be shipped to a store for a customer to pick up in 5 days.

6
SIX_DAY =

Indicates that the product will be shipped to a store for a customer to pick up in 6 days.

7
MULTI_WEEK =

Indicates that the product will be shipped to a store for a customer to pick up in one week or more.

8