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

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #675713

    ivoltbg
    Participant

    Hello,

    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,
    Nikola

    #675950

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Thanks for reaching to us.

    Unfortunately, you requests require customization and out of our basic support. Thanks for understanding our limitations.

    Regards,
    Hung PD

    #675973

    ivoltbg
    Participant

    Hi,

    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,
    Nikola

    Attachments:
    You must be logged in to view attached files.
    #676102

    Hung Pham
    Keymaster

    Hi 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 PD

    #676277

    ivoltbg
    Participant

    Hello,

    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, PASSWORD

    The 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.

    #676433

    Hung Pham
    Keymaster

    Hi ivoltbg,

    Thanks for your patience.

    Unfortunately, you requests require customization and out of our basic support. Thanks for understanding our limitations.

    Regards,
    Hung PD

    #676483

    ivoltbg
    Participant

    Hello, thank you.

    I found a solution to my case.

    Thank you anyway. You can close topic.

    #676489

    sidcofoods
    Participant

    Hi please provide solution ivoltbg im looking same

    #676495

    ivoltbg
    Participant

    Hello,

    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]

    #676502

    Hung Pham
    Keymaster

    Hi 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

Viewing 10 posts - 1 through 10 (of 10 total)

The topic ‘Use of meta_data for the purposes of API integration’ is closed to new replies.