---
title: "Get arrival windows schedule for a product and route"
method: POST
path: "/schedule"
tags: ["Schedules"]
---

# Get arrival windows schedule for a product and route

`POST /schedule`

Schedule retrieved successfully

## Request body

- union
  - object
    - `quote_id` string, uuid, required — Quote ID to extract product and locations from
    - `ref` 'origin' | 'destination' — Reference point (origin = pickup, destination = dropoff)
  - object
    - `product` 'lite' | 'pickup' | 'van' | 'xl' | 'box', required — Product type for the service
    - `origin` union, required
      - string, uuid — Location UUID from a previously created location
      - number[] — Coordinates as [longitude, latitude] in decimal degrees
      - string — Free-form address string (street address, business name, or place)
    - `destination` union, required
      - string, uuid — Location UUID from a previously created location
      - number[] — Coordinates as [longitude, latitude] in decimal degrees
      - string — Free-form address string (street address, business name, or place)
    - `ref` 'origin' | 'destination' — Reference point (origin = pickup, destination = dropoff)

## Response `200`

OK

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `422` — Unprocessable Content

---

[API](https://skmtc.net/lugg/apis/lugg-partner-api.md) · [All operations](https://skmtc.net/lugg/apis/lugg-partner-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lugg/lugg-partner-api/revisions/cdae4166b346/schema)
