Categories
- All Categories
- Oracle Analytics and AI Learning Hub
- 51 Oracle Analytics and AI Sharing Center
- 19 Oracle Analytics and AI Lounge
- 288 Oracle Analytics and AI News
- 57 Oracle Analytics and AI Videos
- 16.3K Oracle Analytics and AI Forums
- 6.5K Oracle Analytics and AI Labs
- Oracle Analytics and AI User Groups
- 111 Oracle Analytics and AI Trainings
- 21 Oracle Analytics and AI Challenge
- Find Partners
- For Partners
RESTAPI-SHIPMENT
I would like to register serial numbers at the time of shipment confirmation by using the REST API.
Based on my investigation, it seems that shipment data and its child entities cannot be updated directly, so I am trying to use the “ShipmentTransactionRequests (POST)” endpoint to achieve this. The endpoint is described in the following document:
ShipmentTransactionRequests (POST)
https://docs.oracle.com/en/cloud/saas/supply-chain-and-manufacturing/26a/fasrp/api-inventory-management-shipment-transaction-requests.html
According to the documentation, the data structure under ShipmentTransactionRequests is:
Shipment → Unpacked Shipment Lines → Serials for Unpacked Shipment Lines
To POST serial numbers, the following path is required:
/fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests/{TransactionId}/child/shipments/{DeliveryInterfaceId}/child/unpackedLines/{DeliveryDetailInterfaceId10}/child/serials
To obtain the parameters {TransactionId}, {DeliveryInterfaceId}, and {DeliveryDetailInterfaceId10}, I first create the Shipment layer using “ShipmentTransactionRequests (POST)” by sending:
POST /fscmRestApi/resources/11.13.18.05/shipmentTransactionRequests{ "ActionCode": "ShipmentUpdate", "shipments": [ { "Shipment": "XXXXXXX" } ]}
This request returns a response that appears to indicate the Shipment layer was created successfully.
However, when I try to perform GET or POST requests on the child resources using values from this response, I receive the following error:
Message: [REST14] HTTP/1.1 404 Not Found
I would like to ask two questions:
- Is using this endpoint the correct method to register serial numbers at the time of shipment confirmation via REST API?
- Is there any way to resolve the 404 error mentioned above?
Additionally, is there any alternative REST API method to register serial numbers?
Best Answer
-
Hi @SUGAWARA-TA ,
Welcome to Oracle Analytics and AI community. This community is specific to Oracle Analytics.
I can see your query is more related to Fusion SaaS REST APIs. So, cloudcustomer connect will be a better place to post your query and get response.
SCM Integrations — Cloud Customer Connect
Thanks,
0
Answers
-
@SUGAWARA-TA , I agree with Mandeep, this needs to be answered in the cloud customer connect. Once you post in that forum, please consider closing this one. Thanks
0

