Create a Quote
You can get pricing information for a set of products using the Quote endpoint without having to create an order.
Property | Type | Description |
---|---|---|
items | object array | |
shipments | object array | |
costSummary | object | |
destinationCountryCode | string |
{
"success": true,
"data": {
"items": {
"stickers~ST-90PVC-CMR-40": {
"100": [
{
"sku": "ST-90PVC-CMR-40",
"variantKey": "stickers~ST-90PVC-CMR-40",
"path": "/stickers-rond-rond95mm-90pvcwitglanzend-100-5dagen",
"quantity": 100,
"times": {
"timezone": "Europe/Amsterdam",
"minDeliveryDays": 5,
"minDeliveryDate": "2022-01-19T11:22:21+01:00",
"nextCutoffTime": "2022-01-12T16:00:21+01:00",
"cutoffTimeUnixCron": "00 16 * * 1-5"
},
"prices": {
"centAmountExclTax": 4041,
"centAmountInclTax": 4849
},
"taxes": {
"rate": 20,
"centAmount": 808
},
"serviceLevel": "standard"
}
]
}
},
"currency": "EUR",
"costSummary": {
"items": {
"centAmountTotal": 4041,
"centAmountTotalInclTax": 4849
},
"shipping": {
"centAmountTotal": 0,
"centAmountTotalInclTax": 0
}
},
"destinationCountryCode": "NL"
}
}