Process Orders API - Explained
This document will explain the use of this API for the following:
- Creating Order Lines
- Deleting Shipment Lines
- Splitting Shipment Lines
- Reserving a shipment Line
- Updating a shipment line
- Scheduling a shipment line
- Applying Hold on an Order Line
Process Orders API can process multiple records in one call, this is achieved by accepting parameters in the form of a table, and each row corresponds to one record.
Any program using this API will require 2 phases, 1st phase involves inserting data into the table which will in turn be used as an input parameter to the API, and the second would be the actual API call. The 1