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
  • Method 1. Attach a document using the Tradecloud object-storage
  • Step 1. Upload a document to the Tradecloud object-storage
  • Step 2. Choose an appropriate API to attach the document
  • Method 2. Attach a document using your company's content server
  • Step 1. Upload to your company's content server
  • Step 2. Choose an appropriate API to attach the document
  • Method 3. Only provide document meta data
  1. Processes
  2. Orders
  3. Buyer order process
  4. Issue a new order

Attach a document to an order

How to attach a document to an order or line

PreviousPropose when acceptedNextChoose attach document API

Last updated 1 year ago

You can attach documents using three methods:

  1. Upload your document to the Tradecloud object-storage and attach the objectId to the order or line.

  2. Upload your document to your company's content server and attach the url to the order line.

  3. Only attach document meta data, such as document code/number, revision and name.

Method 1. Attach a document using the Tradecloud object-storage

Step 1. Upload a document to the Tradecloud object-storage

Use the endpoint to upload the document to the Tradecloud object-storage and remember the returned document objectId.

Step 2. Choose an appropriate API to attach the document

You can attach the uploaded document using two methods:

Method 2. Attach a document using your company's content server

Step 1. Upload to your company's content server

Upload documents to your company's content server and remember the returned document url.

Step 2. Choose an appropriate API to attach the document

Choose an appropriate API to attach the document:

Method 3. Only provide document meta data

Only provide document meta data like code, revision, name, description and type.

Choose an appropriate API to attach the document:

Upload document
Choose attach document API
Choose attach document API
Choose attach document API