# Rithum (prebuilt connector)

## Description

**Rithum** is a comprehensive e-commerce platform that helps brands, retailers, and suppliers manage multichannel sales, marketing, and fulfillment operations.

## API documentation

API documentation for Rithum (used to build this connector) can be found via the link below:

{% embed url="<https://knowledge.channeladvisor.com/kc?id=kb_article_view&sys_kb_id=1f56adeffbf26a100d21fefd6eefdc5c>" %}

## Authentication&#x20;

The Rithum connector is configured for `basic auth`, facilitating a specific OAuth 2 authentication flow that utilises a [post-request script](/product-documentation/developer-hub/connector-builder/building-your-own-connector/3-authentication-methods/authentication-method-options/post-request-script.md). &#x20;

### Basic authentication

When a user chooses to [add a connector instance](/product-documentation/connectors-and-instances/working-with-instances/adding-an-instance.md) for Rithum with `basic` authentication, the credentials below are prompted:

<table><thead><tr><th>Credential</th><th width="162" data-type="checkbox">Required?</th><th>Notes</th></tr></thead><tbody><tr><td><code>base url</code></td><td>true</td><td>The endpoint for Rithum API requests - for example: <code>https://api.channeladvisor.com</code></td></tr><tr><td><code>access token</code></td><td>true</td><td>Leave set to <code>access_token</code>.</td></tr><tr><td><code>application id</code></td><td>true</td><td>Your client identifier, obtained by registering your application in Rithum’s Developer Console.</td></tr><tr><td><code>shared secret</code></td><td>true</td><td>A confidential key associated with your <code>application id</code>, used to authenticate your application.</td></tr><tr><td><code>refresh token</code></td><td>true</td><td></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.wearepatchworks.com/product-documentation/connectors-and-instances/patchworks-connectors/rithum-prebuilt-connector.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
