Skip to main content
POST
Create Product

Authorizations

x-api-key
string
header
required

Your Meow API key, sent in the x-api-key header for authentication.

Headers

x-entity-id
string<uuid>

Optional entity_id to scope requests to a specific entity.

Body

application/json
name
string
required

Product name shown on invoices.

Maximum string length: 100
default_price
required

Default price for the product (0.00 to 10,000,000.00).

Required range: 0 <= x <= 10000000
description
string | null

Longer product description for invoices.

Maximum string length: 400

Response

Successful Response

id
string<uuid>
required

The unique identifier for the product.

name
string
required

The name of the product.

default_price
string
required

The default price of the product.

Pattern: ^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
description
string | null

The description of the product.