Gavin H
02/19/2025, 4:06 PM{
"type": "<https://www.rfc-editor.org/rfc/rfc9110.html#section-15.5.1>",
"title": "Bad Request",
"status": 400,
"o:errorDetails": [
{
"detail": "Error while accessing a resource. You have attempted an invalid sublist or line item operation. You are either trying to access a field on a non-existent line or you are trying to add or remove lines from a static sublist.",
"o:errorPath": "item",
"o:errorCode": "USER_ERROR"
}
]
}
My Payload is:
{
"item": {
"items": [
{
"orderLine": 1,
"location": 3
},
{
"orderLine": 2,
"location": 3
}
]
}
}
doing PATCH /itemReceipt/{receiptID}Anthony OConnor
02/19/2025, 4:12 PMGavin H
02/19/2025, 4:41 PMIsrael Gonzalez
02/19/2025, 4:57 PMIsrael Gonzalez
02/19/2025, 4:57 PMbattk
02/20/2025, 1:19 AMbattk
02/20/2025, 1:19 AMbattk
02/20/2025, 1:20 AMbattk
02/20/2025, 1:22 AMIsrael Gonzalez
02/20/2025, 1:24 AMGavin H
02/20/2025, 3:54 PMGavin H
02/20/2025, 3:55 PM