Skip to main content
GET
Get Product by ID

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.

Path Parameters

product_id
string<uuid>
required

Product to fetch. Use list_products to find one.

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.