Tradecloud API v2 manual
  • Introduction
    • Welcome
      • Checklist
      • Support
    • API
      • Rules
      • Requests
      • JSON versus XML
      • Environments
      • Standards
      • Compatibility
      • Tools
        • Swagger UI
        • Postman
        • .NET SDK
      • Webhook versus polling
        • Polling usage
        • Polling echo
      • Delivery schedule
    • Security
      • Security overview
      • Authentication
      • Authorization
      • Encryption
      • Document storage
  • Guide
    • 1. Getting an Account
    • 2. Sending your first order
      • Option A: Sending a Delivery Schedule per order line
      • Option B: Sending a Single Delivery per order line
  • Processes
    • Forecasts
      • Issue a new forecast
      • Issue a new Slimstock forecast
    • Orders
      • Buyer order process
        • Issue a new order
          • Delivery schedule
          • Indicators
          • No delivery expected
          • Propose when accepted
          • Attach a document to an order
          • Choose attach document API
        • Update an existing order
        • Receive an order response
          • Download a document attached to an order response
          • Single delivery order response
        • Receive goods
        • Complete an order
        • Reopen an order
        • Cancel an order
      • Supplier order process
        • Receive an order
          • Download a document attached to an order
          • Single delivery order
        • Send order response
          • Attach a document to an order response
        • Reopen an order
        • Cancel an order
    • Shipments
      • Supplier shipment process
        • Send despatch advice
      • Buyer shipment process
        • Receive a shipment event
          • Download a document attached to a shipment
Powered by GitBook
On this page
  1. Guide

1. Getting an Account

PreviousDocument storageNext2. Sending your first order

Last updated 1 month ago

In order to get an Integration account and a test supplier:

  1. Send an email to including:

    • 2 email addresses:

      • An integration email address: This should be a non-personal email address on a company domain like tradecloud@company.com. The email address must have a mailbox to receive an invite email.

      • A buyer email address: This can be a personal email address on a company domain like firstname.lastname@company.com. This email will be used to log into the Web Portal.

    • Your company name

    • For a test supplier:

      • The company name of a supplier

      • The account or relation number that the supplier has in your ERP.

      In order to develop the integration, you only need to provide this information for one arbitrary supplier in your ERP.

  2. Once you have received an integration account, you can test its username and password against https://api.accp.tradecloud1.com/v2/authentication/login (See )

Tradecloud Support
Swagger API Specs