Hi, How to get PaymentTypeID for SPecific SalesOrder in LightSpeed through API
Have you reviewed the Retail API docs? The Sale endpoint has a SalePayments relation you can add to retrieve this information.
See https://developers.lightspeedhq.com/retail/endpoints/Sale/ for details. Hope this helps!
Thankyou for your Response,
How do i get the SalePaymentID from SalesOrder. I need to get Payment type from SalesOrder or SaleID
https://api.lightspeedapp.com/API/Account/[AccountID]/Sale.json?load_relations=["SalePayments"]
Thanks @lancemuz its working for me
4 comments
Have you reviewed the Retail API docs? The Sale endpoint has a SalePayments relation you can add to retrieve this information.
See https://developers.lightspeedhq.com/retail/endpoints/Sale/ for details. Hope this helps!
Thankyou for your Response,
How do i get the SalePaymentID from SalesOrder. I need to get Payment type from SalesOrder or SaleID
https://api.lightspeedapp.com/API/Account/[AccountID]/Sale.json?load_relations=["SalePayments"]
Thanks @lancemuz its working for me