I have been trying to receive a shop order using an IFS REST API.
main/ifsapplications/projection/v1/ReceiveShopOrderHandling.svc/ReceiveShopOrderSetI execute this request successfully. I append the correct fields, quantities, and toggle the flags to denote reception. All rolls smooth and returns and object key and tag reference.
I then execute
main/ifsapplications/projection/v1/ReceiveShopOrderHandling.svc/ReceiveShopOrderSet(Objkey='" + key + "')/IfsApp.ReceiveShopOrderHandling.ReceiveShopOrder_FinishExecute?"to finish the execution and flush the virtual table. Both requests are successful and return 200 status opcodes. However, nothing happens in IFS. There is zero indication any receipt was performed. I pass in the correct order number, release number, sequence number, and part number. I also append my finish request with the appropriate e-tag and object key.
Is this a known bug?