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

01
Create a Personal Access 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.

02
Authenticate your requests

All API requests must include an Authorization header using the Bearer token type followed by your Personal Access Token.

HTTP
Authorization: Bearer eyJhbGciOiJIUzI1NiIXVCJ9
Keep your token secure and private. Never expose it in client-side code or public repositories.
03
Start making API requests

Using your token, you can access the full range of CJ API features.

New OrdersRestatementsCancellationsProduct Feed