Product Catalogs
Update a product set
PlatformsMeta
Authorization
bearerAuth AuthorizationBearer <token>
API key authentication: send your Zernio API key in the Authorization header, prefixed with Bearer.
In: header
Path Parameters
catalogId*string
Meta product catalog ID (from GET /v1/ads/catalogs)
productSetId*string
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
{ "productSet": { "id": "string", "name": "string", "productCount": 0, "filter": {} }}Was this page helpful?