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

{&quot;uuid&quot;:&quot;2e39c7e0-acb0-4ff2-b4cd-ea3141f95db8&quot;,&quot;title&quot;:&quot;New name&quot;,&quot;date_created&quot;:&quot;2024-07-18T13:15:13.542219&quot;,&quot;date_modified&quot;:&quot;2024-07-18T13:19:21.692454&quot;,&quot;created_by&quot;:&quot;FA5QAu8UGA3oVDQZuPL75B&quot;,&quot;modified_by&quot;:&quot;FA5QAu8UGA3oVDQZuPL75B&quot;,&quot;default_price_configuration&quot;:{&quot;uuid&quot;:&quot;99dc088e-c42a-483f-8b07-01a482d3e85d&quot;,&quot;price&quot;:99,&quot;cost&quot;:1,&quot;currency&quot;:&quot;USD&quot;,&quot;pricing_method&quot;:1,&quot;tiers&quot;:[{&quot;min_qty&quot;:1,&quot;value&quot;:10},{&quot;min_qty&quot;:2,&quot;value&quot;:8}],&quot;billing_cycle&quot;:null,&quot;billing_type&quot;:&quot;one_time&quot;},&quot;variants&quot;:[{&quot;uuid&quot;:&quot;f5a99f07-8cbb-46b2-beb2-5d4c52d3fb4e&quot;,&quot;sku&quot;:&quot;211813881147&quot;,&quot;description&quot;:&quot;\u003cp\u003eNew description\u003c/p\u003e&quot;,&quot;custom_fields&quot;:[{&quot;name&quot;:&quot;Field&quot;,&quot;value&quot;:&quot;Value&quot;}],&quot;images&quot;:[],&quot;date_created&quot;:&quot;2024-07-18T13:15:13.542219&quot;,&quot;date_modified&quot;:&quot;2024-07-18T13:19:21.692454&quot;,&quot;status&quot;:0,&quot;price_configurations&quot;:[{&quot;uuid&quot;:&quot;99dc088e-c42a-483f-8b07-01a482d3e85d&quot;,&quot;price&quot;:99,&quot;cost&quot;:1,&quot;currency&quot;:&quot;USD&quot;,&quot;pricing_method&quot;:1,&quot;tiers&quot;:[{&quot;min_qty&quot;:1,&quot;value&quot;:10},{&quot;min_qty&quot;:2,&quot;value&quot;:8}],&quot;billing_cycle&quot;:null,&quot;billing_type&quot;:&quot;one_time&quot;}]}],&quot;category_id&quot;:null,&quot;category_name&quot;:null,&quot;type&quot;:&quot;regular&quot;,&quot;bundle_items&quot;:null}