Delivery/pickup precision types
What's new
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".
Changes in API
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.
Documentation links
Search shipping optionsUpdate shipping optionCreate shipping optionLast updated
Was this helpful?