---
title: "Deliver PP3 order"
method: POST
path: "/api/public/v1/orders/{id}/deliver"
tags: ["Orders"]
---

# Deliver PP3 order

`POST /api/public/v1/orders/{id}/deliver`

Mark a PP3 (regular, non-subscription) order as delivered. PP3 orders are automatically marked as shipped upon confirmation, so this endpoint confirms the delivery intent and returns success.

## Path parameters

- `id` string, required

## Headers

- `Authorization` string, required

## Response `200`

Order delivered successfully

- object
  - `success` boolean, required
  - `message` string, required

## Other responses

- `401` — Unauthorized - order belongs to different merchant
- `404` — Not Found
- `422` — Unprocessable Entity - subscription order

---

[API](https://skmtc.dev/sequra/apis/checkout-api.md) · [All operations](https://skmtc.dev/sequra/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/sequra/checkout-api/revisions/2b0b60c52d04/schema)
