Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
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

inventoryReplenishRequests Rest API not processing the request

Summary:

We have configured PAR Replenishment for Count Method and On Hand Type.

We Tried to Process the Replenishment Request from Rest API through Postman by passing the count qty less than the configured PAR qty.

{

"SubmitForProcessing" : "Yes",

"replenishRequestLines": [

  {  "OrganizationCode": "003",

"Subinventory": "PAR1",

"ItemNumber":"LC_PAR",

"Quantity":"1"}]

But Postman is giving response as bellow without any Batch number failing to process the request

( "GroupId": 1025,

  "UserName": null,

  "ReturnMessageCode": "INV_OUT_COMPL_MSG_SCC",

  "TotalRecordsCount": 1,

  "ReturnMessageText": " The process successfully completed.",

  "SubmitForProcessing": "Yes",

  "SuccessRecordsCount": 0,

  "ReturnStatus": "S",

  "FailedRecordsCount": 0,

  "replenishRequestLines": 


we have to submit the "Create Inventory Replenishment Request" schedule Process, to process the request.

Whereas in 23D, we used to get the response.

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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