最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

erp - Jurnal API Development: Product Search - Stack Overflow

programmeradmin0浏览0评论

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.

发布评论

评论列表(0)

  1. 暂无评论