GraphQL is for Nexar migration only
Use the GraphQL API only as a drop-in replacement for Nexar's GraphQL when migrating existing integrations. For new projects and full platform capabilities, use the REST API— it's the actively maintained, modern interface.
SupApiCredentials
Input type for customPricingCredentials on search and match queries.
Credentials for distributor / custom pricing API integrations.
| Field | Type | Required | Notes |
|---|---|---|---|
companyId | String! | yes | Company ID these credentials apply to |
clientId | String | no | Use with clientSecret when required |
clientSecret | String | no | Use with clientId when required |
username | String | no | Use with password when required |
password | String | no | Use with username when required |
apiKey | String | no | Use when the distributor requires a standalone key |
Related
- Search queries — pass as
customPricingCredentials