Create Catalog Item

POST {{base_url}}/public/v2/product-catalog/items

Read more https://developers.pandadoc.com/reference/create-catalog-item

Request Body

{"type"=>"regular", "title"=>"New Product", "category_id"=>nil, "sku"=>"", "description"=>nil, "price_configuration"=>{"currency"=>"EUR", "price"=>1, "cost"=>nil, "pricing_method"=>0, "tiers"=>nil, "billing_type"=>"one_time", "billing_cycle"=>nil}}

RESPONSES

status: OK

{"uuid":"ea90c56c-1350-41e0-97d1-3b3be0764f9c","title":"New Product","date_created":"2024-07-18T13:11:42.326997","date_modified":"2024-07-18T13:11:42.326997","created_by":"FA5QAu8UGA3oVDQZuPL75B","modified_by":"FA5QAu8UGA3oVDQZuPL75B","default_price_configuration":{"uuid":"71b0660f-f6a4-413a-a9cb-dd1f4d93754e","price":1,"cost":null,"currency":"EUR","pricing_method":0,"tiers":null,"billing_cycle":null,"billing_type":"one_time"},"variants":[{"uuid":"ff6ae8fd-a31f-485b-8437-5ff72fe40d97","sku":"211813902327","description":null,"custom_fields":[],"images":[],"date_created":"2024-07-18T13:11:42.326997","date_modified":"2024-07-18T13:11:42.326997","status":0,"price_configurations":[{"uuid":"71b0660f-f6a4-413a-a9cb-dd1f4d93754e","price":1,"cost":null,"currency":"EUR","pricing_method":0,"tiers":null,"billing_cycle":null,"billing_type":"one_time"}]}],"category_id":null,"category_name":null,"type":"regular","bundle_items":null}