What Catalog Provides the Structure For the REST API payload for Multiple Shipments?
Oracle Visual Builder Add-In For Excel is using the following URL in order to built the structure of a workbook:
This workbook is intended to provide for shipment confirmation.
The workbook created will submit a single shipment, but will not submit multiple shipments. The multiple shipment payload should be like the following example:
"parts": [{
"id": 1,
"path": "/shipmentTransactionRequests",
"operation": "create",
"payload": {
"ActionCode": "CreateAndConfirmShipment",
"shipments": [{
"Shipment": "SHIPMENT-D10",
"ShipFromOrganizationCode": "V1",
"unpackedLines": [{
"ShipmentLine": 4233954,
"Item": "INV-100",
"ShippedQuantity": 1,
"ShippedQuantityUOM": "Each",
"Subinventory": "Stores"
}]}]}},
{
"id": 2,
"path": "/shipmentTransactionRequests",
"operation": "create",
"payload": {
"ActionCode": "CreateAndConfirmShipment",
"shipments": [{
"Shipment": "SHIPMENT-D11",
"ShipFromOrganizationCode": "V1",
"unpackedLines": [{