Jump to content

Get request API , receipts, Customer


alsaba

Recommended Posts

Hi every one,

my requests are NOT available on the API documents ( https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/get )

I am working in a project ( Website to create orders and post the receipt to the POS through API and I need each customer to have and see his previous orders )

But I have some issues,

  • 1st. I need to get all receipts without limit of 250 receipts in each get http request like this example 

 https://api.loyverse.com/v1.0/receipts?&method=request.get&access_token=$"xxxx"&limit=250#

note: I know this demand will may cause a latency or some issue but I need your help and a solution to get all receipts by API

this link view only 250 receipts

  • 2nd. I need to get all receipts by customer ID { "customer_id"} ( IS NOT available on the API Doc ).
  • 3rd. I need PUT request (Update ) for  receipts in the key { "note": } ,,  because I need to give this key some values [{pending}, {approved}, {cancel} ]...

 

 

Link to comment
Share on other sites

Loyverse Point of Sale

 

 

 

 

×
×
  • Create New...