# 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`.&#x20;

Both fields support two values:&#x20;

* `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

{% content-ref url="<https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/search-shipping-options>" %}
[Search shipping options](https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/search-shipping-options)
{% endcontent-ref %}

{% content-ref url="<https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/update-shipping-option>" %}
[Update shipping option](https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/update-shipping-option)
{% endcontent-ref %}

{% content-ref url="<https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/create-shipping-option>" %}
[Create shipping option](https://app.gitbook.com/s/G9n5VxMY9T0Ob3D56PSD/rest-api/shipping-options/create-shipping-option)
{% endcontent-ref %}
