2.12.0
🇧🇷 Novos campos de triggered_decision_lists
, triggered_rules
, e payment amount
e description
Nossa API agora devolve na resposta de [POST] e [GET] /orders eventuais regras e entradas de listas de decisão que tenham ocasionado uma determinada recomendação. Além disso, aceitamos no [POST] /orders os campos amount
e description
no nó de payments
. O campo amount
representa o valor pago através daquele meio de pagamento (ex: R$ 10,00 no crédito e R$ 5,00 como voucher de desconto).
🇺🇸 New fields: triggered_decision_lists
, triggered_rules
, and payment amount
and description
Our orders API now responds to [POST] and [GET] methods with rules and decision list entries that were triggered and caused the given recommendation. Furthermore, we now accept on [POST] payload the amount
and description
fields at the payments
node. The amount
represents how much of that transaction was paid via each payment method (e.g. US$ 10 on credit and US$ 5 as a discount voucher).