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
  • Delivery methods overview
  • Delivery schedule
  • deliverySchedule fields
  • Single delivery
  • scheduledDelivery fields
  • Logistics status
  1. Processes
  2. Orders
  3. Buyer order process
  4. Issue a new order

Delivery schedule

Choose between delivery schedule or single delivery per order line

PreviousIssue a new orderNextIndicators

Last updated 3 months ago

Delivery methods overview

Tradecloud supports two delivery methods for order lines:

  1. — multiple scheduled deliveries per order line

  2. — one scheduled delivery per order line

Each delivery contains a position number, delivery date, and quantity.

Some ERP systems like SAP natively support multiple deliveries per order line, while others only support one delivery per order line.

Delivery schedule

Use the endpoint with the delivery schedule specified in the lines.deliverySchedule field.

You can include multiple delivery lines, up to a maximum of 100 lines per order line.

deliverySchedule fields

  • position: Position number in the delivery schedule (distinct from lines.position)

The position must be unique within the delivery schedule and should never change. Never renumber or reuse a position value.

  • date: Requested delivery date (ISO 8601 format yyyy-MM-dd)

  • quantity: Requested quantity (decimal format, e.g. 1234.56)

  • status: of this delivery line

  • transportMode: Required mode of transport for goods delivery. We recommend using codes.

Single delivery

Provide only one scheduledDelivery per order line, with a maximum of 100 deliveries per originalPosition across all order lines.

When order lines contain an originalPosition reference, Tradecloud automatically merges their scheduledDelivery and actualDelivery properties into the delivery schedule and history of the line with the matching position number.

scheduledDelivery fields

  • date: Requested delivery date (ISO 8601 format yyyy-MM-dd)

  • quantity: Requested quantity (decimal format, e.g. 1234.56)

Logistics status

The logistics status can be one of:

  • ReadyToShip: The full delivery line quantity is ready for shipment by the supplier

  • Shipped: The full delivery line quantity has been shipped by the supplier

  • Delivered: The full delivery line quantity has been delivered to the buyer

Use the endpoint with delivery details in the lines.scheduledDelivery field.

status: of this scheduled delivery

transportMode: Required mode of transport for goods delivery. We recommend using codes.

Send single delivery order
UNECE.org Recommendation 19
Send order
UNECE.org Recommendation 19
Delivery schedule
Single delivery
Logistics status
Logistics status