Subscription Reference

These subscriptions stream an entire product feed as a single HTTP response. Use them when you need all products from a feed without manually paginating through the query API.

Only one product feed can be extracted at a time.


shoppingProductCatalog

Returns: Shopping!

Stream an advertiser's entire Shopping product feed.

ArgumentTypeDescription
companyIdID!Required. Your CJ Company ID (cid).
adIdID!Required. The Ad ID of the product feed to stream.
includeDeletedProductsBooleanInclude deleted products in the stream when true.

financeProductCatalog

Returns: FinanceProduct!

Stream an advertiser's entire Finance product feed.

ArgumentTypeDescription
companyIdID!Required. Your CJ Company ID (cid).
adIdID!Required. The Ad ID of the product feed to stream.
includeDeletedProductsBooleanInclude deleted products in the stream when true.

travelExperienceProductCatalog

Returns: TravelExperience!

Stream an advertiser's entire Travel Experience product feed.

ArgumentTypeDescription
companyIdID!Required. Your CJ Company ID (cid).
adIdID!Required. The Ad ID of the product feed to stream.
includeDeletedProductsBooleanInclude deleted products in the stream when true.

productFeedsFromApplication

Returns: ProductFeedsResult!

Stream Shopping product feeds for multiple advertisers. For CJ registered applications only. Contact the CJ Developer Experience Group ([email protected]) to discuss access.

ArgumentTypeDescription
companyIds[ID!]!Required. Array of CJ Company IDs (cids) to stream feeds for.
adIds[ID]Restrict results to these specific Ad IDs. If omitted, all feeds for the specified companies are returned.
sinceLastUpdatedStringStream only product feeds updated since this date.

checksumFromApplication

Returns: IdChecksum!

For CJ registered applications only. Contact the CJ Developer Experience Group ([email protected]) to discuss access.

ArgumentTypeDescription
advertiserIdID!Required. The advertiser that owns the product feed.
adIdID!Required. The Ad ID of the product feed.