admin管理员组

文章数量:1410689

I am currently working on development using the Jurnal API.

  1. Is there a way to search for products based on Product Name or product_code?

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

  1. Is there a way to search for products based on Product Name or product_code?

  2. 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 badge
Add a comment  | 

1 Answer 1

Reset to default 0

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

本文标签: erpJurnal API Development Product SearchStack Overflow