Hello
I am currently perfoming an integration with Docebo API.( Transaction)
https://sandbox.docebosaas.com/ecommerce/v1/transaction/listI get the following response:
{ "data":
[ { "id": 0, "note": "string", "total": 0,
"items": [
{
"id": "string",
"id_course": "string",
"code": "string",
"name": "string",
"type": "string",
"price": 0,
"paid": true
}]}]}My question is:
Does anyone know how can i get quantity ?
or
Is there any different API endpoint to get it?
Went through the api doc but did not find the field or information.Appreciate reply.
Thank you