You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

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:

https://<ACCOUNT>.fa.ocs.oraclecloud.com/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/describe

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": [{

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!