List product groups
GET {{baseUrl}}/catalogs/product_groups?feed_id=969969300&bookmark=<string>&page_size=25&ad_account_id=47
Get a list of product groups for a given Catalogs Feed Id owned by the operation user_account
.
- 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 |
---|---|---|---|
feed_id | number | (Required) Unique identifier of a feed | |
bookmark | string | Cursor used to fetch the next page of items | |
page_size | number | Maximum number of items to include in a single page of the response. See documentation on <a href='/docs/getting-started/pagination/'>Pagination</a> for more information. | |
ad_account_id | number | Unique identifier of an ad account. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"items":[{"filters":{"any_of":[{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}},{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}}]},"id":"524","feed_id":"381","name":"\u003cstring\u003e","description":"\u003cstring\u003e","is_featured":"\u003cboolean\u003e","type":"TOP_SELLERS","status":"INACTIVE","created_at":"\u003cinteger\u003e","updated_at":"\u003cinteger\u003e"},{"filters":{"any_of":[{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}},{"MIN_PRICE":{"values":"\u003cnumber\u003e","inclusion":true,"negated":false}}]},"id":"012115386","feed_id":"92001088507","name":"\u003cstring\u003e","description":"\u003cstring\u003e","is_featured":"\u003cboolean\u003e","type":"PINNER_FAVORITES","status":"ACTIVE","created_at":"\u003cinteger\u003e","updated_at":"\u003cinteger\u003e"}],"bookmark":"\u003cstring\u003e"}