Tech Partner API

Tech Partner API Reference

Endpoint: https://graph.cj.com/techpartners

The Tech Partner API provides CJ integration partners a variety of capabilities to support their partnership. Currently, this API supports mutations only — it allows tech partners to programmatically enroll creators into their CJ program.

Note: Queries are not yet available in this API. A placeholder query exists to satisfy the GraphQL spec and will be replaced when queries are added.


Error Codes

Errors are reported using the standard GraphQL error format. The message field contains a description of the error; the extensions.code field contains an error code for programmatic identification.

CodeDescription
InternalErrorAn unexpected internal server error occurred. The request may be retryable.
InvalidArgumentsOne or more provided arguments are invalid.
InvalidSystemStateThe request cannot be processed in the system's current state. Cannot be retried unless the system state is modified.
NotFoundThe requested resource could not be found.
UnauthorizedAccess denied due to a missing or invalid authorization token.

Enums

FunctionalCurrency

Currency used for reporting. Cannot be changed after the publisher account is created.

ValueDescription
CADCanadian Dollar
CZKCzech Koruna
DKKDanish Krone
EUREuro
GBPBritish Pound
PLNPolish Zloty
SEKSwedish Krona
USDUS Dollar
ZARSouth African Rand

SocialMediaPlatform

Supported social media platforms for promotional properties.

ValueDescription
INSTAGRAMInstagram
TIKTOKTikTok
FACEBOOKFacebook
YOUTUBEYouTube
XX (Twitter)
PINTERESTPinterest
TWITCHTwitch
WHATSAPPWhatsApp
SNAPCHATSnapchat

Scalars

NameDescription
BooleanBuilt-in Boolean.
CountryCodeA two-letter ISO 3166-1 alpha-2 country code.
EmailAddressAn email address in the format [email protected].
IDBuilt-in ID.
PhoneNumberAn E.164 phone number (e.g. +15555555555).
StringBuilt-in String.