Update product group
PATCH {{baseUrl}}/catalogs/product_groups/:product_group_id?ad_account_id=15266090296
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.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
ad_account_id | number | Unique 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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"filters":{"any_of":[{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}},{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}}]},"id":"895","feed_id":"19316900","name":"\u003cstring\u003e","description":"\u003cstring\u003e","is_featured":"\u003cboolean\u003e","type":"I2PC","status":"ACTIVE","created_at":"\u003cinteger\u003e","updated_at":"\u003cinteger\u003e","catalog_type":"RETAIL"}