Module: Google::Shopping::Merchant::Inventories::V1::LocalInventoryAttributes::PickupSla
- Defined in:
- proto_docs/google/shopping/merchant/inventories/v1/inventories_common.rb
Overview
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.
Constant Summary collapse
- PICKUP_SLA_UNSPECIFIED =
Indicates that the pickup SLA is unspecified.
0
- SAME_DAY =
Indicates that the pickup SLA is same day.
1
- NEXT_DAY =
Indicates that the pickup SLA is next day.
2
- TWO_DAY =
Indicates that the pickup SLA is two days.
3
- THREE_DAY =
Indicates that the pickup SLA is three days.
4
- FOUR_DAY =
Indicates that the pickup SLA is four days.
5
- FIVE_DAY =
Indicates that the pickup SLA is five days.
6
- SIX_DAY =
Indicates that the pickup SLA is six days.
7
- SEVEN_DAY =
Indicates that the pickup SLA is seven days.
8
- MULTI_WEEK =
Indicates that the pickup SLA is multi-week.
9