pickupSla property

String? pickupSla
getter/setter pair

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.

Optional. Possible string values are:

  • "PICKUP_SLA_UNSPECIFIED" : Indicates that the pickup SLA is unspecified.
  • "SAME_DAY" : Indicates that the pickup SLA is same day.
  • "NEXT_DAY" : Indicates that the pickup SLA is next day.
  • "TWO_DAY" : Indicates that the pickup SLA is two days.
  • "THREE_DAY" : Indicates that the pickup SLA is three days.
  • "FOUR_DAY" : Indicates that the pickup SLA is four days.
  • "FIVE_DAY" : Indicates that the pickup SLA is five days.
  • "SIX_DAY" : Indicates that the pickup SLA is six days.
  • "SEVEN_DAY" : Indicates that the pickup SLA is seven days.
  • "MULTI_WEEK" : Indicates that the pickup SLA is multi-week.

Implementation

core.String? pickupSla;