cURL
curl --request POST \ --url https://api.meow.com/v1/billing/products \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "name": "<string>", "default_price": 5000000, "description": "<string>" } '
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "default_price": "<string>", "description": "<string>" }
Creates a new product.
Your Meow API key for authentication
Optional entity ID for scoped access to entity-specific data
100
Default price for the product (0.00 to 10,000,000.00)
0 <= x <= 10000000
400
Successful Response
The unique identifier for the product
The name of the product
The default price of the product
^(?!^[-+.]*$)[+-]?0*\d*\.?\d*$
The description of the product
Contact support