Getting Item Names From Square Connect Api
I am wondering how to get this item description / information from transactions on Square. For me, even using: '/v2/locations/{0}/transactions/{1}'.format(LOC_ID, tid) Does not r
Solution 1:
You can itemize your transactions with the Orders Endpoints Have you tried using the /v1/{location_id}/payments
endpoint? You can get some more information about the items there.
https://docs.connect.squareup.com/api/connect/v1/#updatingorderstate
Post a Comment for "Getting Item Names From Square Connect Api"