cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service for Stock in ByDesign

former_member209771
Active Participant
0 Kudos

Hi,

How to fetch Product Stock based on Location ID/Warehouse via Web Service in ByDesign?

Regards,

Surojit

Accepted Solutions (0)

Answers (4)

Answers (4)

former_member296450
Participant

Hi Surojit,

I believe there is no such standard web service available as of now, what you can do :

1. Develop a custom BO, define the elements based on your requirement

2. Define a custom action and read the information from Inventory BO, same time store in your custom BO (Apply MDR)

3. Build a custom interface on the top of this custom BO.

BR
Rahul

0 Kudos

Hello Rahul,

Can you gave me some more details !

Regards,

sandeepyr
Contributor

Dear Surojit,

Webservice to check Stock is ProductAvailabilityDeterminationIn in ByDesign.

For more information and how to use the webservice check in

Application and User Management Work Center- Service Explorer View check the Documentation.

I hope this helps

Regards,

Sandeep

former_member209771
Active Participant
0 Kudos

I have developed a extension and solved this issue

former_member296450
Participant
0 Kudos

Great,

BR

Rahul

former_member209771
Active Participant
0 Kudos

Hi Sandeep,

I tried that API, but the response contains the total stock of the product. But, I don't want that as my scenario is a bit different. I maintain the stock of a product in different warehouses. So, is there any web service which will show stock of the product separately i.e., based on warehouses?

Regards,

Surojit

0 Kudos

Dears,

You can maintain OData Service query based on the Product availability Data Source.