Overview
- What's new in this club
-
Hi everyone, I’ve created a WordPress plugin that seamlessly syncs categories, products, images, and inventory from your Loyverse POS to WooCommerce. The plugin is simple to install and easy to use—just enter your Loyverse access token and click Start Sync! Key Features Real-Time Sync with Webhooks After the initial sync, the plugin’s webhooks ensure your WooCommerce store stays up-to-date automatically. Product Updates: When you create or update a product in Loyverse, the product webhook instantly updates your WooCommerce store with the changes. Inventory Updates: Any sale, refund, or stock adjustment in Loyverse POS or Back Office is instantly reflected in WooCommerce, keeping your inventory accurate in near real time. Soft Deletes: If you delete a product in Loyverse, it’s moved to the bin (soft deleted) in WooCommerce, so it doesn’t appear on your store but can be recovered if needed. Product Availability: Unchecking the "The item is available for sale" option in the Loyverse product edit screen will hide the product from public view on WooCommerce. Smart Tags Smart tags are special snippets you can add to product descriptions in Loyverse to control how specific product details sync with WooCommerce. [SKIPSYNC]: Prevents the product from syncing to WooCommerce entirely. [SKIPIMAGE], [SKIPTITLE], [SKIPPRICE], [SKIPDESCRIPTION]: Allows you to exclude specific details (like images or pricing) from being synced. More smart tags, offering even finer control, are planned for future updates. These tags give you flexibility to customize what gets synced and how your WooCommerce store displays your products. Current Status The plugin is still in its early stages (Beta), so there may be a few bugs. However, it is actively developed, with regular updates to fix issues and add improvements. Despite being a work in progress, it’s already performing well on several WooCommerce stores. If you’re interested, give it a try and share your feedback—it would mean a lot and help make the plugin even better! We have decided to make the first version freely available from the Wordpress plugin directory. I'll post a link here once it's been accepted. The free version will be unrestricted and will perform as described above. There will also be an upgrade option within the plugin that will be fairly priced that will give you access to free updates, more great features and one to one support.
-
Discrepancy in sales reports with api vs loyverse system report.
Yasuaki replied to IvanLomeli's topic in Loyverse API's Loyverse API
Hello. Could you give me your API request and response payload? -
AISoftBox joined the club
-
Discrepancy in sales reports with api vs loyverse system report.
IvanLomeli posted a topic in Loyverse API's Loyverse API
Hello, good morning everyone. I have a problem when I use an API access token to generate a sales report in Google Sheet with AppScript. There is a discrepancy with the sales summary generated by the Loyver backend. I don't know if it's a problem with the pagination. Does anyone have an answer to this problem? -
Hello. It means you would need to subscribe to a paid addon to get an access to your sales history of the past via API.
-
I have created an automation within Make.com for every day fetching of sales information. It worked for one month and now it is saying payment required. Why is this error coming if I am not trying to access sales beyond one day?
-
headchef joined the club
-
Hulsbeach joined the club
-
Hi everybody. I'm developing a cross-platform, flexible PoS solution (ONLY Point of Sale, without BackOffice) which can communicate with any BackOffice software, which I want to make opensource at some point...As developer I want to try Loyverse API too ( for free of course ) What can You offer for me? Thank You, Karapet Khachoyan!
-
delphi251189 joined the club
-
Please like us on Social Media so that we can keep in touch with you and inform you of new features Facebook, YouTube, Instagram
-
asdf88 joined the club
-
Is there a place where we can track the development process for new features?
-
Hello! Unfortunately, Loyverse API doesn't have an endpoint for Timecard. But thank you for asking about that!
-
OPW joined the club
-
Is there an endpoint to get my employees time clock sheets? I have a personal telegram bot that calculates the payroll of my employees and I want to get the worked hours for the week in order to pay them.
-
ArturoBruno joined the club
-
How to access open tickets on Loyverse POS app via API
LoyUser replied to PeterB's topic in Loyverse API's Loyverse API
I can’t imagine it does if the api does not allow it. Im looking into this now in 2024. And it still does not seem possible. if the api cannot do it - not app in marketplace will be able to. -
IMPORT ITEMS VIA API - AND ALSO ADD ANOTHER ACTION TO A BUTTON (SEND DATA TO MYDATA.GR)
Yasuaki replied to EFORGE's topic in Loyverse API's Loyverse API
Hello @EFORGE I'm not sure if I got your point precisely. But in general, I think what you inquired can be done by using Loyverse API. May I know if you already checked the API documentation? https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post -
Hey Everyone, is there a chance we can change the sale functionality in order to send data automatically to mydata.gr after completing the sale? also we have our own storage system, can we update item counts via api in loyverse (for example when more product come to our storage). thanks and regards E-FORGE
-
Hello. Unfortunately, we don't have an endpoint for sales summary. Please kindly get the list of receipts and create your own dashboard.
-
Send Dining Options to Create a sales receipt
Jorgelig replied to Jorgelig's topic in Loyverse API's Loyverse API
Hello @Yasuaki, Thank you for your response. I am already using the "order" parameter to store the order number from my external menu system, so I can't repurpose it for the dining option. Currently, I am using the note field to send customer comments, instructions for each dish they order, and other special indications. Given that the note field is limited to 255 characters, I am already constrained and can't use it for additional data like dining options. Could you advise if there's another way to send the dining option data, or should I consider using an alternative field or custom solution to distinguish between dine-in, takeout, and delivery? Any guidance or best practices would be highly appreciated as I need this information to be properly logged in Loyverse receipts. Thank you in advance for your support. -
Is it possible to get the selling sumary via api, to get the information contained in the dashboard
-
victor-alonso joined the club
-
Send Dining Options to Create a sales receipt
Yasuaki replied to Jorgelig's topic in Loyverse API's Loyverse API
Hello @Jorgelig Thank you for your question. Indeed, there is no dining option available when creating a receipt from API. Instead, you can add the order type or order origin in the "order" parameter. The "order" parameter will be visible on receipts. -
Send Dining Options to Create a sales receipt
Jorgelig posted a topic in Loyverse API's Loyverse API
I’ve read the API documentation but I can’t find how to send the dining options when creating a receipt through the SPI. However, I can see that the dining options are included when using the GET resource. Could you help me understand how to include the dining options in the POST request payload? https://developer.loyverse.com/docs/#tag/Receipts/paths/~1receipts/post -
I want webhook send request API will have a attribution identify.
Tanaka_Shotaro replied to anhthh's topic in Loyverse API's Loyverse API
Hello, If you’re looking to authenticate a webhook using methods other than the ones provided, you may need to devise your own authentication approach. Here are a couple of ideas from me: Manual Verification: For instance, if you want to verify the "receipts.update" webhook, you could send a request to retrieve the list of receipts after receiving the webhook and compare the response to ensure the webhook data matches. IP Address Authentication: You can send a test webhook to yourself to identify the originating IP address, then whitelist that IP to secure your webhook. -
I want webhook send request API will have a attribution identify.
DaveHerbert replied to anhthh's topic in Loyverse API's Loyverse API
Ok thanks. So my question is, how can we authenticate a webhook created from the dashboard tool? Could you please clarify how to authenticate a webhook using option 1. Create webhook from https://r.loyverse.com/dashboard/#/webhooks? because you say only when you create a webhook by 3. the webhook will contain X-Loyverse-Signature in the Header. -
I want webhook send request API will have a attribution identify.
Tanaka_Shotaro replied to anhthh's topic in Loyverse API's Loyverse API
For your information, X-Loyverse-Signature is generated by using your secret key. So, it is not possible for Loyverse to generate X-Loyverse-Signature without you using OAuth2.0. -
Webhook not sending X-Loyverse-Signature in header?
Tanaka_Shotaro replied to TomWalker's topic in Loyverse API's Loyverse API
Hello. If you want to authenticate the webhook by other methods than what they provide, you may need to think the authentication method by yourself. I can come up with a few ways. 1. Manually checking. For example, if you want to authenticate the "receipts.update" webhook, when receiving a webhook, you can send a request to get the list of receipt and verify if the webhook you received matches with the response. 2. By IP address Send a test webhook to yourself to find an IP address. Then, add the IP to the white list. -
Webhook not sending X-Loyverse-Signature in header?
DaveHerbert replied to TomWalker's topic in Loyverse API's Loyverse API
Yes i understand that. But the question is: How can we authenticate a webhook that came from loyverse if we can't use X-Loyverse-Signature with: 1. Create webhook from https://r.loyverse.com/dashboard/#/webhooks or 2. Create webhook from /webhook endpoint using an Access token? -
CasaCantillanos joined the club
-
I want webhook send request API will have a attribution identify.
DaveHerbert replied to anhthh's topic in Loyverse API's Loyverse API
Ok thanks. So my question is, how can we authenticate a webhook created from https://r.loyverse.com/dashboard/#/webhooks? I read in another post that only when you create a webhook from /webhook endpoint using OAuth 2.0.. the webhook will contain X-Loyverse-Signature in the Header. -
Webhook not sending X-Loyverse-Signature in header?
Yasuaki replied to TomWalker's topic in Loyverse API's Loyverse API
Hello. I wrote the answer here.