Lincecum
11/29/2022, 5:43 PMurl: https://{{suite_talk_url}}/itemfulfillment/1111111?replace=package (I tried packageups as well)
body: {
"shipstatus": "C",
"trandate": "2022-11-28",
"packageups": {
"items": [
{
"packagetrackingnumberups": "123",
"packageweightups": "0.2"
},
{
"packagetrackingnumberups": "456",
"packageweightups": "0.2"
}
]
}
}
response: Resource or sub-resource 'package' from the query parameter replace was not found in the request body
But if I change the packageups
to package
in the payload, it will return an "Error while accessing a resource. You have attempted an invalid sublist or line item operation"
Anyone idea will be appreciate ;)ec
11/30/2022, 4:52 AMec
11/30/2022, 4:53 AM