Added
V2 - Add `supplier` / `customer` in transactions responses
May 27th, 2025 by Integrations Squad
Adding new supplier and / or customer
customer AND supplier attributes are added to the resource representation in the response:
- if
customeris set, thesuppliervalue isnull. - if
supplieris set, thecustomervalue isnull. - if no customer or supplier is attached to the transaction, both customer and supplier will be null.
customer attribute is added to the resource representation in the response:
supplier attribute is added to the resource representation in the response:
