Update product group

PATCH {{baseUrl}}/catalogs/product_groups/:product_group_id?ad_account_id=579382468

Update product group owned by the operation user_account to use in Catalogs. - By default, the operation user_account is the token user_account.

Optional: Business Access: Specify an adaccountid (obtained via List ad accounts) to use the owner of that adaccount as the "operation useraccount. In order to do this, the token user_account must have one of the following https://help.pinterest.com/en/business/article/share-and-manage-access-to-your-ad-accounts">Business Access roles on the ad_account: Owner, Admin, Catalogs Manager.

Learn more

Request Params

KeyDatatypeRequiredDescription
ad_account_idnumberUnique identifier of an ad account.

Request Body

{"name"=>"<string>", "description"=>"<string>", "is_featured"=>"<boolean>", "filters"=>{"any_of"=>[{"MIN_PRICE"=>{"values"=>"<number>", "inclusion"=>true, "negated"=>false}}]}}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: OK

{&quot;filters&quot;:{&quot;any_of&quot;:[{&quot;MIN_PRICE&quot;:{&quot;values&quot;:&quot;\u003cnumber\u003e&quot;,&quot;inclusion&quot;:true,&quot;negated&quot;:false}},{&quot;MIN_PRICE&quot;:{&quot;values&quot;:&quot;\u003cnumber\u003e&quot;,&quot;inclusion&quot;:true,&quot;negated&quot;:false}}]},&quot;id&quot;:&quot;15107407150&quot;,&quot;feed_id&quot;:&quot;26656098&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;description&quot;:&quot;\u003cstring\u003e&quot;,&quot;is_featured&quot;:&quot;\u003cboolean\u003e&quot;,&quot;type&quot;:&quot;TOP_SELLERS&quot;,&quot;status&quot;:&quot;ACTIVE&quot;,&quot;created_at&quot;:&quot;\u003cinteger\u003e&quot;,&quot;updated_at&quot;:&quot;\u003cinteger\u003e&quot;}