Sign in

Create a product

documented

Creates a new product.

POST /itemsCoreno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$account_url}}.quadernoapp.com/api/items" \
  -X POST \
  -u "{{QUADERNO_API_KEY}}:x" \
  -H "Accept: application/json; api_version=20241028" \
  -H "Content-Type: application/json" \
  -d '{"code": "{{$code}}", "country": "{{$country}}", "currency": "{{$currency}}", "description": "{{$description}}", "paypal_interval_duration": {{$paypal_interval_duration}}, "paypal_interval_frequency": {{$paypal_interval_frequency}}, "paypal_interval_unit": "{{$paypal_interval_unit}}", "kind": "{{$kind}}", "name": "{{$name}}", "product_type": "{{$product_type}}", "stripe_plan_id": "{{$stripe_plan_id}}", "tax_based_on": "{{$tax_based_on}}", "tax_class": "{{$tax_class}}", "tax_type": "{{$tax_type}}", "unit_cost": "{{$unit_cost}}", "stock": "{{$stock}}"}'"}