Product Feed API
Overview
This documentation provides technical specifications for CJ's GraphQL Product API that enables you to access specific product information from an advertiser's product feed (product catalog).
This API has three capabilities: Product Import (Mutation), Product Search (Query) & Product Feed (Subscription).
Product Feed API
Base URL: https://ads.api.cj.com/query
CJ's GraphQL Product Feed API gives advertisers and publishers programmatic access to product catalog data. Use it to import and manage products, search for product details, and subscribe to full product feed streams.
API Overview
The API has three capabilities:
Note: Product feeds designated as private in the CJ Account Manager are not accessible through the Product Search API.
API Token
Log in with your CJ credentials and generate a token from the Personal Access Tokens page. If you don't know your login credentials, submit a support ticket.
All API requests must include an Authorization header using the Bearer token type followed by your Personal Access Token.
Authorization: Bearer eyJhbGciOiJIUzI1NiIXVCJ9
Using your token, you can access the full range of CJ API features.
Updated 11 days ago
