---
title: "Create an invoice for products"
method: POST
path: "/v1/invoices/products"
---

# Create an invoice for products

`POST /v1/invoices/products`

Use this API to generate an invoice after booking the required products.

## Query parameters

- `center_id` string, required
- `guest_id` string, required
- `notes` string
- `products` string, required
- `products[0].id` string
- `products[0].quantity` integer
- `products[0].sale_by_id` string
- `created_by_id` string, required

## Headers

- `application_name` string, required
- `application_version` string, required

## Request body

- object
  - `RAW_BODY` string, json

## Response `200`

200

- object
  - `invoice_id` string

## Other responses

- `400` — 400

---

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