Cin7 API Key Generation & Access

Cin7 API Key Generation & Access

Please follow these steps to generate a Cin7 API Key:
  1. Go to the Cin7 website and login to your Cin7 account
  2. Click the Gear for Settings in the bottom left.
  3. Select Integrations and click API v1
  4. Copy/paste the API Username into an email to us, then continue
  5. Click Add API Connection, name it Machship or similar
  6. Copy/paste the shown API Key into the email to us with your username
  7. In the newly created Connection and click on Permissions
    1. Select READ, WRITE, UPDATE on
      1. Sales Orders
      2. Transfer Orders
    2. Select READ on
      1. Products
  8. Click on Save
  9. Send the Username and API key to us.


    • Related Articles

    • How to get the Tracking Page Access Link via the API

      All consignments that have been created in MachShip will have a linked MachShip tracking page that can be accessed publicly. This link sends the user to a branded webpage that shows all of the details of the consignment as well as live tracking ...
    • Machship API Integration Workflow Guide

      The objective of this article is to give you a quick-start guide in working with our API to achieve common integration workflows, and how that affects which API endpoints you wish to use. API Authentication & Documentation Our API accepts and returns ...
    • API introduction and authentication

      Our API documentation is designed to be used as a guide for integrating your system directly into MachShip. This documentation describes the technical details of dealing with MachShip’s API layer, the security requirements and provides links to ...
    • Common API Error Responses

      MachShip does its best to return meaningful error messages when there is something wrong with the API calls. If there is any error, MachShip will return a response that looks similar to the one below: {      "object":null,    "errors":[         {   ...
    • How to Generate and Revoke an API Token

      All requests to MachShip API require a valid API token. This token can be generated by logging in to MachShip and adding a new token to your user account. How to Create an API Token The My API Tokens option lets users create/generate their own API ...