SalesPrice
๐ View sales price V3
This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.
This endpoint requires the following scopes: salesPrice:read.
View a sales price.
get/api/v3/salesPrices/{id}
Path parameters
idstring required
Response
View a sales price.
Example response
{
"data": {
"id": "1337",
"product": {
"id": "1337"
},
"customer": {
"id": "1337"
},
"customerGroup": {
"id": "1337"
},
"price": {
"amount": "13.37",
"currency": "EUR"
},
"amount": 13.37,
"packageAmount": 13.37,
"customerProductNumber": "Number1",
"isNotCalculatedFromExchangeTable": true,
"remark": "remark example",
"validFrom": "2025-01-01",
"expiresAt": "2025-01-01"
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.