Enum PickupSla
Item store pickup timeline. For more information, see Pickup SLA.
Namespace: Google.Shopping.Merchant.Products.V1
Assembly: Google.Shopping.Merchant.Products.V1.dll
Syntax
public enum PickupSla
Fields
| Name | Description |
|---|---|
| FiveDay | Indicates that the product will be shipped to a store for a customer to pick up in 5 days. |
| FourDay | Indicates that the product will be shipped to a store for a customer to pick up in 4 days |
| MultiWeek | Indicates that the product will be shipped to a store for a customer to pick up in one week or more. |
| NextDay | Indicates that the product is available for pickup the following day that the order is placed. |
| SameDay | Indicates that the product is available for pickup the same day that the order is placed, subject to cut off times. |
| SixDay | Indicates that the product will be shipped to a store for a customer to pick up in 6 days. |
| ThreeDay | Indicates that the product will be shipped to a store for a customer to pick up in 3 days. |
| TwoDay | Indicates that the product will be shipped to a store for a customer to pick up in 2 days. |
| Unspecified | Pickup SLA is not specified. |