{
"sellerId": 0,
"quoteId": "string",
"items": [
{
"partnerId": "string",
"quantity": 1,
"listPrice": "string",
"dimensions": {
"liquidWeight": 0,
"grossWeight": 0,
"height": 0,
"width": 0,
"length": 0,
"packageHeight": 0,
"packageWidth": 0,
"packageLength": 0,
"perPackage": 0
}
}
],
"deliveryAddress": {
"postalCode": "string",
"address": "string",
"number": "string",
"complement": "string",
"neighborhood": "string",
"city": "string",
"state": "string",
"country": "string"
}
}