Support Portal

Welcome
Login

1.6. Complete order

Whenever all items of an order have been shipped and the corresponding shipments were created inside the Seven Senders Portal account, you need to provide us this information by using the PUT/orders/{id} operation. Through the PUT/orders/{id} operation you have to update the boarding_complete parameter. The parameter value needs to be changed from 'False' (not all items shipped”) to 'True' (all items shipped). 

Note: updating the boarding_complete parameter is important since this information is required to transfer an order (once all shipments have been delivered) to the state 'Completed': 

  • If boarding_complete = true (or null) and all shipments are delivered → order completed
  • If boarding_complete = true (or null) and 1 shipment is delivered → order NOT completed
  • If boarding_complete = false and 1 shipment created in delivered → order NOT completed
  • If boarding_complete = false and all shipment created in delivered → order NOT completed



Did you find it helpful? Yes No