on 2023 Jul 05 5:35 AM
Hi,
I am trying to get the inventory from SAP ByDesign using SOAP API. But I am unable to find the proper emdpoint where I need to post the body to get the request and I am also unable to find the proper post request body fr that. Please help on this.
Currently I am trying with this endpoint and this type body but it is not working.
Request Body:
<?xml version="1.0" encoding="utf-8"?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:glob="http://sap.com/xi/SAPGlobal20/Global"> <soapenv:Header/> <soapenv:Body> <glob:ProductStockInHandByDateQuery_sync> <SelectionByProductInternalID> <InclusionExclusionCode>I</InclusionExclusionCode> <IntervalBoundaryTypeCode>3</IntervalBoundaryTypeCode> <LowerBoundaryProductInternalID>MAT-01</LowerBoundaryProductInternalID> <UpperBoundaryProductInternalID>MAT-01</UpperBoundaryProductInternalID> </SelectionByProductInternalID> <SelectionByDate> <InclusionExclusionCode>I</InclusionExclusionCode> <IntervalBoundaryTypeCode>2</IntervalBoundaryTypeCode> <LowerBoundaryDateTime>2015-06-01T00:06:00Z</LowerBoundaryDateTime> <UpperBoundaryDateTime>2023-06-01T00:06:00Z</UpperBoundaryDateTime> </SelectionByDate> </glob:ProductStockInHandByDateQuery_sync> </soapenv:Body></soapenv:Envelope>Thanks,
This is the one you need to use: Inbound Service Determine Availability of Products (sap.com)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Check out the "Identified Stocks" API:
https://api.sap.com/api/PSM_ISI_R_II_QUERY_ISTOCK_IN/overview
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
109 | |
8 | |
8 | |
6 | |
5 | |
5 | |
5 | |
5 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.