The composite_create API doesnt't locate LPNs to active locations
Summary:
We use the composite_create API to create LPNs and locate them to relevant locations for the initial onhand upload. We have no problems when we pass reserve locations to the API. But we get the "invalid location type" error for active locations
Content (please ensure you mask any confidential information):
We get the error below when we pass active locations to the API
{
"reference": "3ac2af18-2fee-4501-b860-bac26ff29500",
"code": "VALIDATION_ERROR",
"message": "Invalid input.",
"details": {
"iblpn": {
"curr_location_id": "Invalid location type"
}
}
}
Version (include the version you are using, if applicable):
25C
Code Snippet (add any code snippets that support your topic, if applicable):