Returns a list of ServiceItems
Returns a list of ServiceItems...
Request
Provide your bearer token in the Authorization
header when making requests to protected resources. Example:Authorization: Bearer ********************
Request Code Samples
curl --location --request GET 'https://api.edara.io/v/serviceItems?offset&limit' \
--header 'Authorization: Bearer <token>'
Responses
{
"status_code": 0,
"error_message": "string",
"result": [
{
"id": 0,
"code": "string",
"description": "string",
"price": 0,
"tax_id": 0,
"withholding_tax_id": 0,
"tax_rate": 0,
"item_discount": 0,
"item_discount_type": 0,
"cost": 0,
"is_shipping_service": true,
"external_id": "string"
}
],
"total_count": 0
}
Modified at 2025-11-27 13:36:04