I am currently working on development using the Jurnal API.
Is there a way to search for products based on Product Name or product_code?
We are facing an issue with reverse API communication from Jurnal to our application. How can we trigger an API call for our application when we create, update, or delete a product in Jurnal?
Thanks
We already have an API available.) For example, when clicking the “Add Product” button in Jurnal, we want our API triggered immediately.
From our application’s side, we have successfully performed GET, PATCH, and DELETE API requests to the Product endpoint in Jurnal. However, we have a few additional questions:
I am currently working on development using the Jurnal API.
Is there a way to search for products based on Product Name or product_code?
We are facing an issue with reverse API communication from Jurnal to our application. How can we trigger an API call for our application when we create, update, or delete a product in Jurnal?
Thanks
We already have an API available.) For example, when clicking the “Add Product” button in Jurnal, we want our API triggered immediately.
From our application’s side, we have successfully performed GET, PATCH, and DELETE API requests to the Product endpoint in Jurnal. However, we have a few additional questions:
Share Improve this question edited Mar 11 at 14:06 DarkBee 15.5k8 gold badges72 silver badges118 bronze badges asked Mar 11 at 14:04 crossabxcrossabx 211 bronze badge1 Answer
Reset to default 01. Searching for Products by Name or Product Code
Currently, the Jurnal API does not provide a specific endpoint to search for products directly by Product Name or Product Code. As an alternative, you can perform a GET all products request and apply filtering on your application’s side.