Product Catalogs

Create a product set

A product set is a filter over the catalog, e.g. {"retailer_id": {"is_any": ["sku-1", "sku-2"]}} or {"brand": {"i_contains": "acme"}} (Meta's product set filter syntax).

post/v1/ads/catalogs/{catalogId}/product-sets

Path parameters

catalogIdstring required

Meta product catalog ID (from GET /v1/ads/catalogs)

Request body

accountIdstring required
catalogAccountIdstring
namestring required
filterobject required

Meta product set filter

Response

Product set created

Changes

Changed in 2 of the 55 revisions of this API.9

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    • ○

      added the optional property / to the response with the status

      response-optional-property-added

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

    • ○

      endpoint added

      endpoint-added