Itemized transactions api

Hello,

We’re looking to integrate our square POS into our ERP. We were wondering if anyone has been able to find a solution to get itemized transaction details like what is available with the deprecated api. https://developer.squareup.com/docs/transactions-api/cookbook/itemize-transactions

So far we’ve only been able to get this data from a transaction report downloaded with a selenium script that can be loaded with and ETL process. This solution is troublesome since minor changes to the UI can break the script.

Thank you in advance.

The Orders API will have all itemized information for all payments taken with Square. :slightly_smiling_face:

Awesome, thank you. I’m looking into it now and this looks like it will work for what we’re doing.