---
title: "Confirm draft for fulfillment"
method: POST
path: "/orders/{id}/confirm"
tags: ["Orders API"]
---

# Confirm draft for fulfillment

`POST /orders/{id}/confirm`

Approves for fulfillment an order that was saved as a draft. Store owner's credit card is charged when the order is submitted for fulfillment.

## Path parameters

- `id` union, required
  - string
  - integer

## Headers

- `X-PF-Store-Id` string

## Response `200`

OK

- object
  - `code` integer — Response status code `200`
  - `result` Order — unresolved $ref

## Other responses

- `401` — Unauthorized
- `404` — Not found

---

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