curl --location '/sellmate/orders/quote' \
--header 'Content-Type: application/json' \
--data '{
"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"
}
}'{
"quoteId": "string",
"options": [
{
"serviceMethod": "string",
"serviceName": "string",
"freightCost": "string",
"estimatedDeliveryDays": 0,
"estimatedDeliveryDate": "2019-08-24T14:15:22.123Z",
"type": "BY_SHIPPER",
"locationId": "string"
}
]
}