Prerequisites
Before you start, make sure you have:- Merchant account: Provisioned by Quivo.
- Connector Web App access: Ability to sign in to The Connector.
- API credentials: Static API key, username, and password issued by Quivo.
- Seller ID: Your merchant identifier needed for API operations.
If you need a merchant account or Connector access, contact Quivo support.
Access The Connector
- Sign in to The Connector Web App with your Quivo credentials:
- Production: https://app.quivo.co/
- Sandbox: https://app-sandbox.quivo.co/
- Manage logistics operations and, when provided, retrieve your API key from the web app.
Credential model
- Static API key: Provided by Quivo; send in the
X-Api-Keyheader. - Username and password: Your Quivo login; used with the API key to obtain a session token.
- Session token: Obtained via
POST /login; send in theAuthorizationheader for API calls.
Getting an API key
- Quivo issues your static API key during onboarding or via The Connector.
- The separate How-To guide, Request an API Key, covers detailed, step-by-step API key request flows for both UI and API.
Find your Seller ID
- Your Seller ID uniquely scopes API operations to your merchant account.
- Retrieve it via the
GET /sellers endpointafter you have a session token.
Choose your environment
- Use the correct
${BASE_URL}configured for your account:- Production:
https://api.quivo.co - Sandbox:
https://api-sandbox.quivo.co
- Production:
- Keep base URLs, API keys, and session tokens separate per environment. An API key is always required in the
X-Api-Keyheader.
Where to go next
Make your first API call
Learn how to authenticate and make your first API call to verify your setup.
Send Inventory
Send your products to Quivo warehouses to make them available for fulfillment.