Delivery/pickup precision types
Last updated
Was this helpful?
Last updated
Was this helpful?
You can now allow customers to select only the date or both the date and time at the checkout for both delivery and pickup methods. This setting has an API field called "precision type".
New fields for shipping method requests (GET/PUT/POST): pickupPrecisionType
and scheduledTimePrecisionType
.
Both fields support two values:
DATE
- Customers can only choose the date at the checkout.
DATE_AND_TIME_SLOT
- Customers can choose both the date and time at the checkout.