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

Can we do the pick confirm for same line with two lots with same lot number

edited Jul 4, 2024 2:38AM in Inventory Management 9 comments

Summary:

Trying to do the pick confirm for the same line with 2 lots with the same lot number through rest API?

REST API: /fscmRestApi/resources/11.13.18.05/pickTransactions

{
"pickLines": [
{
"PickSlip": 17004,
"PickSlipLine": 1,
"PickedQuantity": 10,
"lotSerialItemLots": [
{
"Lot": "22224",
"Quantity": 5
},
{
"Lot": "22224",
"Quantity": 5
}
]
}
]
}

Its showing error as "You must enter a lot quantity that's the same as the transaction quantity."

Please suggest whether its possible in Fusion to pick confirm for the two lots with the same lot number.

Content (please ensure you mask any confidential information):


Version (include the version you are using, if applicable):



Code Snippet (add any code snippets that support your topic, if applicable):

Howdy, Stranger!

Log In

To view full details, sign in.

Register

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