For the complete documentation index, see llms.txt. This page is also available as Markdown.

Calc Utilities

Order system utilities

Request the VAT percentage for a shop category, for your specific user

get
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
serviceNamestringRequired
Body
taxPercentnumber · floatRequired

VAT percentage

Responses
200

OK

No content

get/v3/calc/utilities/servicevatpercentage/{serviceName}

No content

Request the user / reseller group margin factors for a calc category

get
Authorizations
PRIVATE-TOKENstringRequired
Path parameters
categoryNamestringRequired
Body
resellerTypeIdinteger · integerRequired

ID of a reseller type

resellerTypeNamestringRequired

Name of a reseller type

categoryIdinteger · integerRequired

ID of the category

marginFactornumber · floatRequired

ID of a category

Responses
200

OK

No content

get/v3/calc/utilities/marginfactors/{categoryName}

No content

Last updated

Was this helpful?