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
  • Completing by resending an order using the /order endpoint
  • Completing by sending the completed indicator using the /order/indicators endpoint
  1. Processes
  2. Orders
  3. Buyer order process

Complete an order

How to complete an order or line

PreviousReceive goodsNextReopen an order

Last updated 3 months ago

Complete an order line in Tradecloud when it is completely handled at the buyer, usually when the supplier invoice is received and approved by buyer.

  • Issued, Rejected and Confirmed lines will become Completed

  • In progress and Cancelled lines cannot be completed

  • Completed lines cannot be completed again

  • Completing has precedence over cancelling at the same time

Single delivery behavior:

When all primary and related split lines are completed; the primary order line will become completed.

Completing by resending an order using the /order endpoint

The order or line can be marked as completed by setting indicators.completed on either order or line level and updating the order using the endpoint:

If you provide a completed indicator on order level, ONLY the lines provided in this order message will be completed.

If you also provide a completed indicator on line level, it has precedence over the order level completed indicator.

Completing by sending the completed indicator using the /order/indicators endpoint

The order or line can be marked as completed by setting indicators.completed on either order or line level and sending this indicator only, using the /order/indicators endpoint.

Use the endpoint to send the completed indicator to Tradecloud.

If you provide a completed indicator on order level, ALL the lines in the order will be completed.

If you also provide a completed indicator on line level, it has precedence over the order level completed indicator.

The /order/indicators endpoint is not supported when using the single delivery feature. Let know when you need this endpoint for single delivery.

Send order
Update an existing order
Send order indicators
support