• Resolved westmarney

    (@westmarney)


    Hi!
    I need to connect my eCommerce with an ERP system.
    I will connect them with API REST, but i have some question.
    There are almost 4000 product, it suits me to import product with REST API calls or in the first moment create a csv file and import with this method?
    Later i need to upgrade every time a products changes (inventory for example) is this possible with this documentation (https://woocommerce.github.io/woocommerce-rest-api-docs/) or i need an external plugin?
    I can connect directly the ERP system with the eCommerce with the REST API or i need a connector in the middle that manages everything?
    Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hi @westmarney,

    To connect WooCommerce with your ERP system, you would require an integration plugin which would connect WooCommerce to the ERP system using the WooCommerce REST API.

    If no ready-made integration exists already for WooCommerce and your particular ERP system that’s something you would need to have custom developed.

    With regards to the WooCommerce REST API, access codes for that can be configured from inside your WooCommerce site by following this documentaiton.

    https://docs.woocommerce.com/document/woocommerce-rest-api/

    For the developer level documentation, you can find that located on this site below; this covers authentication and all of the endpoints and parameters which can be accessed using the REST API.

    https://woocommerce.github.io/woocommerce-rest-api-docs/#introduction

    With regards to testing API calls, we have some information on testing API calls using an app called Postman, I’ve referenced that for you below too.

    https://github.com/woocommerce/woocommerce/wiki/Getting-started-with-the-REST-API

    For importing products that could also be achieved with a CSV file and using the default WooCommerce Product Import functionality.

    To update those products via the REST API that would, however, require an integration plugin between both systems.

    I hope this helps.

    Thread Starter westmarney

    (@westmarney)

    “To connect WooCommerce with your ERP system, you would require an integration plugin which would connect WooCommerce to the ERP system using the WooCommerce REST API.”

    Can i ask you the name of the plugin?

    “For importing products that could also be achieved with a CSV file and using the default WooCommerce Product Import functionality.”

    Yes, but for you is better create 4000 product sends from ERP REST API or from csv file? For performance and presumable issue (like timeout error)

    “To update those products via the REST API that would, however, require an integration plugin between both systems.”

    For example Woocommerce send to postman and the last one send to ERP and viceversa?
    Or ERP can send me directly without client beetween?

    Thnak you!

    Plugin Support Stuart Duff – a11n

    (@stuartduff)

    Automattic Happiness Engineer

    Hey @westmarney,

    Can i ask you the name of the plugin?

    I’m not aware of any plugins for an ERP system which I could personally recommend. If you’re using a third-party ERP service you could research to see if an existing integration plugin exists for that particular service.

    If no plugin is available you would need to develop a custom integration to connect that ERP to the WooCommerce REST API.

    Yes, but for you is better create 4000 product sends from ERP REST API or from csv file? For performance and presumable issue (like timeout error)

    That would be something a plugin or custom integration could handle by importing in chunks using a background process.

    For example Woocommerce send to postman and the last one send to ERP and vice-versa? Or ERP can send me directly without client beetween?

    PostMan would not be involved with an ERP (Enterprise Planning Software) service and any integration would have to be directly between the ERP software API and WooCommerce REST API.

    Best!

    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Woocommerce connection with REST API’ is closed to new replies.