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
  • Send a despatch advice
  • Despatch advice process
  • Endpoint
  • Despatch advice
  • Despatch advice header
  • Despatch advice shipment
  • Shipment location
  • Despatch advice line
  1. Processes
  2. Shipments
  3. Supplier shipment process

Send despatch advice

How to send a new or updated despatch advice to Tradecloud

PreviousSupplier shipment processNextBuyer shipment process

Last updated 1 year ago

Send a despatch advice

Despatch advice process

As supplier you can send either a new or updated despatch advice to Tradecloud.

When a purchase order number is provided, but the item is not or partly provided, the item in the despatch advice will be enriched if Tradecloud can find the purchase order.

Endpoint

The shipment module is under development. The API and documentation may change.

Use the to send a despatch advice to Tradecloud.

When sending a despatch advice the provided buyer account number will be verified.

Despatch advice

  • header: the despatch advice header, see

  • lines: the despatch advice lines, see . The total number of lines is limited to 500 lines per shipment.

  • erpIssueDateTime: local date and time at which the despatch advice of this shipment was issued in the supplier's ERP system

Despatch advice header

  • supplierCompanyId: the optional Tradecloud company identifier of the supplier. You only have to provide a companyId when your integration user account has authorization for multiple companies.

  • buyerAccountNumber: the buyer account code or number as known in the supplier's ERP system

  • despatchAdviceNumber: the unique despatch advice number as provided by the supplier

  • shipment: the shipment related to this despatch advice:

Despatch advice shipment

  • shipmentNumber: the related shipment number as known in the supplier's ERP system.

The shipmentNumber must not contain whitespace characters.

  • shipmentCompanyName: the shipment company name, like the carrier or courier name.

  • trackingNumber: the tracking number of the shipment as provided by the carrier or courier

Shipment departure

  • actualDate: the actual departure local date

Shipment next destination

Scheduled start and end date/times indicate the scheduled time window of arrival:

  • scheduledStartDate: start local date of the arrival time window

  • scheduledStartTime: start local time of the arrival time window

  • scheduledEndDate: end local date of the arrival time window

  • scheduledEndTime: end local time of the arrival time window

Shipment final destination

Scheduled start and end date/times indicate the scheduled time window of arrival:

  • scheduledStartDate: start local date of the arrival time window.

  • scheduledStartTime: start local time of the arrival time window.

  • scheduledEndDate: end local date of the arrival time window.

  • scheduledEndTime: end local time of the arrival time window.

Shipment location

  • locationType: a location type according to Incoterms 2020:

    • AgreedPlace (used with EXW, FCA)

    • PortOfLoading (used with FAS, FOB)

    • PortOfDestination (used with CFR, CIF)

    • PlaceOfDestination (used with CPT, CIP)

    • FinalDestination (used with DAP, DPU, DDP)

  • id: the required identifier for the location, in context of idSchema

  • idScheme: scheme, providing context to the location identifier. For example GLN

  • names: one or more location names. It is recommended to provide at least one name.

  • addressLines: one or more location address lines

  • postalCode: location postal code

  • city: location city

  • countryCodeIso: country code

Despatch advice line

  • despatchAdviceLinePosition the position in the despatch advice as provided by the supplier. The position is unique within the despatch advice and immutable.

  • purchaseOrderNumber: the related purchase order number as provided by the buyer

  • purchaseOrderLinePosition: the line position in the purchase order as provided by the buyer

  • despatchQuantity the despatched quantity of this purchase order line or delivery schedule position.

  • backorderQuantity: the backorder quantity of this purchase order line or delivery schedule position.

Despatch advice item

  • buyerItemNumber: the required item code or number as provided by the buyer

  • buyerItemRevision: the revision of the item as provided by the buyer

  • buyerItemName: the short name of this item as provided by the buyer

  • supplierItemNumber: the supplier item code or number as known in the supplier's ERP system

  • supplierItemRevision: the revision (or version) as known in the supplier's ERP system

  • supplierItemName: the short name of this item as known in the supplier's ERP system

  • purchaseUnitOfMeasureIso: the the 3-letter purchase unit according to ISO 80000-1 which applies to this item

departure: the departure location and date of a shipment, see

destination: the next destination location and scheduled arrival date/time, see

finalDestination: the final destination location and scheduled arrival date/time, see

location: the departure location, see

location: the location where the shipment should arrive next, see

location: the location where the shipment should arrive finally, see

item: the item that is shipped, see

Send despatch advice
Despatch advice header
Despatch advice line
Shipment departure
Shipment next destination
Shipment final destination
Shipment location
Shipment location
Shipment location
Shipment item