---
title: "Availability"
method: POST
path: "/availability"
---

# Availability

`POST /availability`

## Request body

- object
  - `pickupAddress` string, required — Pickup address of the order.
  - `deliveryAddress` string, required — Delivery address of the order.
  - `deliveryTime` string — Expected time for delivery in UTC following ISO_8061 format.
  - `pickUpTime` string — Expected time for pickup in UTC following ISO_8061 format.

## Response `200`

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/shipday/apis/orders.md) · [All operations](https://skmtc.net/shipday/apis/orders/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/shipday/orders/versions/a1dbdb6c88ba/schema)
