Update Catalog Item
PATCH {{base_url}}/public/v2/product-catalog/items/{{catalog_item_id}}
Find more https://developers.pandadoc.com/reference/update-catalog-item
Request Body
{"type"=>"regular", "title"=>"New name", "category_id"=>nil, "product_variant"=>{"sku"=>"211813881147", "description"=>"<p>New description</p>", "custom_fields"=>[{"name"=>"Field", "value"=>"Value"}], "price_configuration"=>{"price"=>99, "currency"=>"USD", "cost"=>1, "pricing_method"=>1, "tiers"=>[{"min_qty"=>1, "value"=>10}, {"min_qty"=>2, "value"=>8}], "billing_type"=>"one_time", "billing_cycle"=>nil}}}
RESPONSES
status: OK
{"uuid":"2e39c7e0-acb0-4ff2-b4cd-ea3141f95db8","title":"New name","date_created":"2024-07-18T13:15:13.542219","date_modified":"2024-07-18T13:19:21.692454","created_by":"FA5QAu8UGA3oVDQZuPL75B","modified_by":"FA5QAu8UGA3oVDQZuPL75B","default_price_configuration":{"uuid":"99dc088e-c42a-483f-8b07-01a482d3e85d","price":99,"cost":1,"currency":"USD","pricing_method":1,"tiers":[{"min_qty":1,"value":10},{"min_qty":2,"value":8}],"billing_cycle":null,"billing_type":"one_time"},"variants":[{"uuid":"f5a99f07-8cbb-46b2-beb2-5d4c52d3fb4e","sku":"211813881147","description":"\u003cp\u003eNew description\u003c/p\u003e","custom_fields":[{"name":"Field","value":"Value"}],"images":[],"date_created":"2024-07-18T13:15:13.542219","date_modified":"2024-07-18T13:19:21.692454","status":0,"price_configurations":[{"uuid":"99dc088e-c42a-483f-8b07-01a482d3e85d","price":99,"cost":1,"currency":"USD","pricing_method":1,"tiers":[{"min_qty":1,"value":10},{"min_qty":2,"value":8}],"billing_cycle":null,"billing_type":"one_time"}]}],"category_id":null,"category_name":null,"type":"regular","bundle_items":null}