---
title: "Search Product Feeds"
method: POST
path: "/affiliates/productfeeds"
tags: ["Affiliate Product Feeds"]
---

# Search Product Feeds

`POST /affiliates/productfeeds`

## Request body

- object
  - `filters` object — Optional filters to narrow results.
    - `network_offer_ids` integer[] — Filter by specific offer IDs.

## Response `200`

- object
  - `product_feeds` object[]
    - `network_advertiser_product_feed_id` integer — Unique identifier for the product feed.
    - `network_id` integer — Network ID.
    - `network_advertiser_id` integer — ID of the advertiser that owns this product feed.
    - `name` string — Name of the product feed.
    - `status` string — Status of the product feed.
    - `file_asset_id` integer — ID of the associated file asset.
    - `date_valid_from` integer — Unix timestamp for the start of the validity period. 0 if not set.
    - `date_valid_to` integer — Unix timestamp for the end of the validity period. 0 if not set.
    - `date_valid_timezone_id` integer — Timezone ID for the validity dates.
    - `time_created` integer — Unix timestamp of creation.
    - `time_saved` integer — Unix timestamp of last update.
    - `relationship` object
      - `document_file_asset` object — The associated file asset with URL and metadata.
        - `network_asset_id` integer
        - `content_type` string
        - `filename` string
        - `url` string
        - `file_size` integer
        - `image_width` integer
        - `image_height` integer
        - `optimized_thumbnail_url` string
      - `offers` object[] — Offers associated with this product feed.
        - `network_offer_id` integer — Unique identifier for the offer.
        - `network_id` integer — Network ID.
        - `name` string — Name of the offer.
        - `offer_status` string — Status of the offer.
  - `paging` object
    - `page` integer
    - `page_size` integer
    - `total_count` integer

---

[API](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains.md) · [All operations](https://skmtc.net/everflow/apis/everflow-network-api-tracking-domains/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/everflow/everflow-network-api-tracking-domains/revisions/39242cee0e32/schema)
