Cloud HostingLaunch UnoPim on fully-managed cloud hosting — fast, secure and cost-effective plans.
Skip to content

Add CS-Cart credentials

This is where you store the connection details for your CS-Cart store. Add at least one credential before you can import or export anything.

Open it from: CS-Cart → Credentials

CS-Cart credentials list


The credentials page

Each row in the list shows one credential:

  • Name - the label you gave it.
  • Shop URL - the CS-Cart store URL.
  • Active - whether the credential is on or off.

CS-Cart credentials list

You can search by name, sort columns, or click Filter to narrow the list. The pencil icon edits a row, the trash icon deletes it. Mass-update and mass-delete are available from the Selected actions menu.


Add a credential

Click + Create Credential in the top-right corner.

Fill in:

FieldWhat goes here
NameAny label you want, e.g. Production Store. Must be unique.
Shop URLYour CS-Cart store URL, including https://.
Admin EmailThe email of a CS-Cart admin with API access.
API KeyPaste the API key from CS-Cart User Profile → API tab.

Create credential form filled

Click Save Credential.

The extension calls the CS-Cart API with the credentials before saving. If anything is wrong you'll see Unable to connect to CS-Cart. Please verify your Shop URL, Admin Email, and API Key are correct. and nothing is stored.

After saving, you land on the edit page where you can map locales and attributes.


Edit a credential

Click the pencil icon on any row.

The edit page has four tabs at the top:

TabWhat it does
Credential SettingsEdit name / URL / API key, switch the credential on or off, set it as the default for quick export.
Locale MappingMap every UnoPim locale to a CS-Cart lang_code - see Map locales.
Attribute MappingMap UnoPim attributes to CS-Cart product fields - see Map attributes.
HistoryEvery change made to this credential is logged here.

Credential edit page tabs

Credential Settings

FieldWhat it does
Name / Shop URL / Admin Email / Company IDEdit any of the values you set when creating.
API KeyLeave blank to keep the current key. Type a new one to replace it.
ActiveTurn the credential on or off. Inactive credentials are hidden from import / export profile dropdowns.
Default for quick ExportWhen on, this credential is used by Quick Export from the product list. Only one credential can be default.

Click Save Changes.


Delete a credential

Click the trash icon on a row and confirm. Or tick several rows and use Selected actions → Delete.

Deleting a credential does not delete the data already pushed to CS-Cart. It only stops future imports / exports from running through it.


See change history

The History tab on the edit page lists every change made to this credential - name edits, URL changes, active flips, locale and attribute mapping changes. Your API key itself is never shown there.

Credential history tab

Released under the MIT License.