Home › Forums › WoodMart support forum › Use of meta_data for the purposes of API integration
Use of meta_data for the purposes of API integration
- This topic has 9 replies, 3 voices, and was last updated 1 week, 1 day ago by
Hung Pham.
-
AuthorPosts
-
July 23, 2025 at 11:46 am #675713
ivoltbgParticipantHello,
Is it possible to use your meta_data from the attached .json file for the purposes of API integration and accessing your functionalities with Read/Write permissions?
Best regards,
NikolaJuly 24, 2025 at 10:48 am #675950
Hung PhamKeymasterHi ivoltbg,
Thanks for reaching to us.
Unfortunately, you requests require customization and out of our basic support. Thanks for understanding our limitations.
Regards,
Hung PDJuly 24, 2025 at 12:14 pm #675973
ivoltbgParticipantHi,
I’m just asking if I can use these variables for the purposes of your theme? I don’t want you to do anything, I’m just asking.
Best regards,
NikolaAttachments:
You must be logged in to view attached files.July 25, 2025 at 8:53 am #676102
Hung PhamKeymasterHi ivoltbg,
Your question is a bit unclear to me. Please describe in more details or or your desired goal, this will allow me to thoroughly investigate and address your concerns in a more efficient.
Best Regards,
Hung PDJuly 25, 2025 at 4:54 pm #676277
ivoltbgParticipantHello,
I have to make integration between WooCommerce and Gensoft(my ERP warehouse system), here’s what needs to be implemented:
WooCommerce ↔ Gensoft (ERP) Integration
I need a custom integration to enable two-way synchronization between the online store (WooCommerce) and Gensoft via their API.
Main processes:
1. Import products from Gensoft into WooCommerce
A CRON job should be set up to automatically send requests to the Gensoft API at regular intervals (e.g., every 15 minutes).The API response will contain updated or new product data (name, price, quantity, SKU, etc.).
These products should be either created or updated in WooCommerce accordingly.
2. Send new WooCommerce orders to Gensoft
When a new order is created (or reaches a specific status, such as “paid” or etc.), the order should be automatically sent to Gensoft via an API request.The data to be sent includes: order number, product details (SKU and quantities), customer information, total amount, etc.
Technical details:
API access is provided by Gensoft via: ENDPOINT (URL), USERNAME, PASSWORDThe data exchange will likely be in JSON format.
This can be implemented either:
via custom PHP code in functions.php, or
as a standalone WordPress plugin (preferred for cleaner structure)
Technologies involved: Ajax or REST API, scheduled CRON jobs, optional logging for error tracking.
Best regards, Nikola
PS: Please give me some advice or guidance on what I can use and whether there are any ready-made solutions I could use.
July 27, 2025 at 12:04 pm #676433
Hung PhamKeymasterHi ivoltbg,
Thanks for your patience.
Unfortunately, you requests require customization and out of our basic support. Thanks for understanding our limitations.
Regards,
Hung PDJuly 28, 2025 at 9:13 am #676483
ivoltbgParticipantHello, thank you.
I found a solution to my case.
Thank you anyway. You can close topic.
July 28, 2025 at 9:37 am #676489
sidcofoodsParticipantHi please provide solution ivoltbg im looking same
July 28, 2025 at 9:49 am #676495
ivoltbgParticipantHello,
At the moment, I’ve settled on this: https://wpgetapi.com/
If you come across better solutions or methods, I’d be happy if you share them. My e-mail is [email protected]
July 28, 2025 at 10:28 am #676502
Hung PhamKeymasterHi ivoltbg,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
Regards,
Hung PD -
AuthorPosts
The topic ‘Use of meta_data for the purposes of API integration’ is closed to new replies.
- You must be logged in to create new topics. Login / Register