Skip to main content
These three Configure surfaces handle the workspace-level setup: which marketplaces are connected, what the company details are, and how email and file exchange are wired. They are the day-zero work that every other CloudHub surface depends on.

Marketplace Accounts

Path: Home, Configure, Marketplace Accounts. The page lists every supported marketplace as a tab across the top: Amazon, eBay, Rakuten, FNAC, Cdiscount, Trade Me, Website, Abebooks, Allegro, BigCommerce, OnBuy, Game, Fruugo, Shopify, SKUCloud, Wish, Alibris, Mano Mano, Shopline. Click a tab to see the marketplace-specific accounts grid. Each tab supports two views: View Existing [Marketplace] Accounts (the list) and Add a [Marketplace] Marketplace Account (the connection form). For Amazon (the most common starting point), the grid shows:
ColumnWhat it means
Amazon Account NameA friendly label such as Amazon - monogram-amazonuk
Amazon Account CodeInternal sequential code
Seller IDThe Amazon Seller Central seller ID, e.g. A2L51OOFCIOZQ4
Amazon CountryThe marketplace country (United Kingdom, Germany, France, US, etc.)
Added to ApplicationWhen the account was first connected
Added byThe CloudHub user who connected it
Last UpdatedWhen the credentials were last rotated
StatusActive or Inactive toggle
ActionsEdit, Delete, Generate new token
Each marketplace tab follows a similar pattern with the credentials specific to that marketplace.

Adding a marketplace account

The flow varies per marketplace, but the common pattern:
  1. Click the marketplace tab (e.g. Amazon).
  2. Click Add a Amazon Marketplace Account.
  3. Pick the country (each Amazon marketplace is a separate connection).
  4. Authorise via the marketplace OAuth flow (Amazon SP-API, eBay developer key, Shopify OAuth, etc.).
  5. Once authorised, the account appears in the grid.
  6. Toggle Status to Active to start syncing.
For Amazon specifically, you need an SP-API authorisation; the legacy MWS path is no longer supported by Amazon. The Generate new token action is for re-authorising when an existing token expires.

Use cases

  1. Multi-region Amazon. Sellers operating in UK, DE, FR, IT, ES register one Amazon account per region. The Amazon tab will show five rows.
  2. Multiple Amazon accounts. Some sellers have multiple Amazon Seller Central accounts (legitimately, for separate brands or businesses). Add each as a separate row.
  3. Sandbox testing. When testing a new integration, mark the test account Inactive once the test is complete to avoid sending real listings.

Common gotcha

Inactive accounts still appear in the grid. The Status toggle stops sync but does not remove the account. Use Delete only when the account is genuinely retired, since deleting orphans the historical orders that referenced it.

Organisation Settings

Path: Home, Configure, Organisation Settings. The Organisation Settings page is the company-level master record. One workspace, one organisation. Fields:
FieldNotes
Company NameTrading name
Address Line 1, Address Line 2Registered or trading address
CityLocality
PostcodePostal code
Email AddressPrimary admin email
CountryOperating country
Time ZoneWorkspace base time zone (e.g. UTC/GMT+00:00)
Number of UsersRead-only count of active users
License Start DateWhen the CloudHub subscription began
Date Time FormatDisplay format for dates across the workspace, e.g. DD/MMM/YYYY hh:mm:ss PM/AM
Company LogoUpload (JPG/JPEG/PNG, under 1 MB, 201px wide x 73px high)
Save with the Save button at the bottom; cancel with Cancel.

Why these settings matter

  1. Time Zone. All timestamps in Sales, Order Stages, and the Stock Movement Log are stored in UTC and displayed in the workspace time zone. Get this right or every report’s day-boundary will be wrong.
  2. Date Time Format. The chosen format is what merchants see in every grid. We recommend dd MMM yy hh:mm:ss tt (the format the V2 docs and Vortex IQ use elsewhere) for US-and-UK ambiguity-free dates.
  3. Company Logo. Renders on customer-facing invoices and dispatch notes. The size constraint (201px x 73px) is a print-template requirement; oversize logos will fail upload.
  4. Address. The trading address prints on customer invoices. Make sure it matches the legal trading entity for VAT compliance.

Use cases

  1. Initial setup. First task on day zero. Get the basics right before users start raising orders.
  2. Re-brand. New logo or trading name. Re-upload the logo, update the company name, save. The change propagates to every new invoice and dispatch note.
  3. Time-zone migration. Operating-country move (e.g. UK to US). Change time zone, accept that historical timestamps continue to be shown in the new zone (since they are stored UTC the underlying data does not change).

Common gotcha

The “Number of Users” count includes inactive users for licensing purposes. To clean up, delete inactive users from User Permissions rather than just blocking them.

Email and FTP Settings

Path: Home, Configure, Email and FTP Settings. The page has four tabs across the top: Email Settings, FTP Settings, Order Export Import File Profiles, Optimise Inventory Export Import Profiles.

Email Settings tab

The SMTP outbound configuration. Every email leaving CloudHub (invoice emails, scheduled report notifications, manual order invoices) uses these credentials.
FieldNotes
User NameDisplay username
Display NameName shown to recipients (e.g. John Smith)
E-mail AddressThe from-address
SMTP Server AddressYour SMTP host
PortTypically 25, 465 (SSL), or 587 (TLS)
Login NameSMTP authentication username
Logon PasswordSMTP authentication password (toggle show text to reveal during entry)
We recommend a transactional-email provider (SendGrid, Postmark, Mailgun) rather than your corporate Gmail or Office 365 account, because transactional volume from a multichannel seller will trigger your corporate provider’s rate limits and damage your domain reputation.

FTP Settings tab

For marketplaces and 3PLs that exchange data via SFTP. Configure host, port, credentials, and inbound/outbound directories.

Order Export Import File Profiles tab

Defines the file formats CloudHub uses when importing orders from a non-API source (e.g. a 3PL portal exporting orders as CSV) or exporting orders to a downstream system (e.g. an ERP that consumes a daily orders file). Each profile defines:
  1. The file path (FTP or local).
  2. The CSV column mapping.
  3. The frequency (daily, hourly).

Optimise Inventory Export Import Profiles tab

The same pattern but for inventory data feeding into Optimise Profiles. Used when inventory data flows in or out via file rather than API (less common but supported for legacy 3PL relationships).

Use cases

  1. Outbound transactional email. Configure SendGrid here on day one. The test send from the page confirms the credentials.
  2. 3PL order feed. A 3PL that operates outside CloudHub but ships to your customers can deliver an orders file to your FTP and CloudHub picks it up via an Order Export Import File Profile.
  3. ERP data feed. Daily orders export to your ERP via FTP, mapped via the same profile system.

Common gotcha

If outbound emails (invoice emails, scheduled reports) stop arriving, the SMTP credentials have probably expired or the password has rotated. Re-enter and save; do not delete and recreate the row, since downstream rules reference the row.
NeedWhere to go
Live marketplace KPINerve Centre, the connector card
”Why is my Amazon UK feed showing zero orders today?”Vortex Mind, channel-feed diagnostics; check Marketplace Accounts status
”Test if my SMTP is sending correctly”Email Settings, send a test email
”Open a fix for the failed FTP order pull from 3PL X”Actions Kanban

Common questions

Can I rotate Amazon credentials without breaking sync? Use Generate new token on the Amazon row. The new token replaces the old one without dropping the connection. The Status flip to Inactive briefly during rotation, then back to Active. Why does my company logo render small on the invoice? The 201px x 73px constraint is a print-template default. The logo file is uploaded at that maximum; oversized files are rejected. Resize before upload. Can I configure two SMTP providers (transactional and bulk)? Today, one SMTP entry per workspace. For separate transactional and marketing email, run marketing through a dedicated tool (Mailchimp, Klaviyo) connected via marketplace integration rather than CloudHub SMTP. How do I know the FTP credentials are working? Each FTP-using profile (Order Export Import) has a test mode. Run the test mode with a sample file before enabling on the live cadence.

Next steps