Luke H
02/17/2026, 9:04 PMestimate record through the rest api. My example payload looks like this:
{
"entity": {
"id": "6206743"
},
"item": {
"items": [
{
"line": 1,
"item": {
"id": "348383"
},
"quantity": 10
},
{
"line": 2,
"item": {
"id": "351979"
},
"quantity": 5
}
]
},
"memo": "Quotevalidfor30days",
"expirationDate": "2026-02-15",
"custbody_sale_channel": 1,
"shipMethod": 233250,
"shippingAddress": {
"addressee": "John Smith",
"addr1": "123 Main St",
"addr2": "Suite 100",
"city": "Springfield",
"state": "MO",
"zip": "65801",
"country": "US",
"addrPhone": "<tel:314-999-9999|314-999-9999>"
},
"shipAddressList": null
}
If I remove the "shippingAddress" it creates without issue. However, with it included I get the error "Error while accessing a resource. Please enter value(s) for: Addressee, Phone, Address 1, City.". Does anyone know the proper address format for the rest API?mercedeslerena
02/18/2026, 8:16 PMmercedeslerena
02/18/2026, 8:16 PMmercedeslerena
02/18/2026, 8:16 PMLuke H
02/18/2026, 8:17 PM