Integration with MRPeasy

:bullseye: What is your goal?

Hi everyone,

I’m trying to integrate MRPEasy with Make.com, but it seems Make.com does not support MRPEasy by default.

I’ve tried using MRPEasy APIs directly — I’m able to fetch items (GET /items), but I’m stuck because updating inventory (item quantity) is not supported via API (no POST endpoint for stock adjustments).

My use case is to update inventory based on Google Sheets data.

Has anyone faced this before or found a workaround?
Any suggestions on how to proceed would be really helpful.

Thanks!

:thinking: What is the problem & what have you tried?

doesn’t support integration be default

Hey there,

I think you do a PUT request to /v1/items/{{item_id}} to update specific item quantities. And then you can only do GET requests to the /v1/inventory path to check if the updates were reflected.

1 Like

@Stoyan_Vatov ,

Thanks for response. But i have checked with MRPeasy support team, they are saying that currently updation through api isn’t supported. They will develop that api’s in future releases. And it is currently possible only though UI.

Let me know if there are any other methods.

P.S i will look into PUT request.

Regards,
Muhammad Tayyab

@everyone !. Any suggestion would be welcomed.