Get catalogs items batch

GET {{baseUrl}}/catalogs/items/batch/:batch_id?ad_account_id=579382468

Get a single catalogs items batch owned by the operating user_account. See detailed documentation here. - 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

KeyDatatypeRequiredDescription
ad_account_idnumberUnique identifier of an ad account.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"items":[{"item_id":"\u003cstring\u003e","errors":[{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"},{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"}],"warnings":[{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"},{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"}],"status":"PROCESSING"},{"item_id":"\u003cstring\u003e","errors":[{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"},{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"}],"warnings":[{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"},{"attribute":"\u003cstring\u003e","code":"\u003cinteger\u003e","message":"\u003cstring\u003e"}],"status":"PROCESSING"}],"batch_id":"\u003cstring\u003e","created_time":"\u003cdateTime\u003e","completed_time":"\u003cdateTime\u003e","status":"COMPLETED"}