v1
latestOpenAPI 3.0.02026-07-2455104.8 MBProductDeliveryThreshold
Create product delivery threshold V3
This endpoint requires the following scopes: deliveryThreshold:create.
Create a product delivery threshold.
post/api/v3/products/{productId}/deliveryThresholds
Path parameters
productIdstring required
Request body
Example request
{
"recipientCountry": "AT",
"taxRate": 7.02,
"comment": "Special tax rate for Austria",
"revenueAccount": "ABC123",
"active": true
}Response
Create a product delivery threshold.
Example response
{
"data": {
"id": "1",
"recipientCountry": "AT",
"taxRate": 7.02,
"comment": "Special tax rate for Austria",
"revenueAccount": "ABC123",
"active": true
}
}