- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2017
01:12 AM
02-06-2017
01:12 AM
V2_soap API differences between Magento 1.9 and Magento 1.7
We need to establish what differences exist, if any, between V2_soap API in Magento 1.9 and Magento 1.7
Thanks
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2017
01:29 AM
02-06-2017
01:29 AM
Re: V2_soap API differences between Magento 1.9 and Magento 1.7
Hi @maultby
You may check at following link the release notes for the Magento 1.9 series
Magento Community Edition (CE) Release Notes (1.9 and later)
There were some changes as following in the Magento 1.9.2 version
Magento Community Edition 1.9.2
API
- OAuth log in page now includes the
form_key
field. - REST call to
Mage_Sales_Model_Order
no longer returns errors. - SOAP API correctly populates the
min_sale_qty
field. - When a partial invoice is created using SOAP V2,
salesOrderInvoiceCreate
no longer changes the value of$itemsQty
in subsequent orders. - Additional fields in the SOAP API
CategoryInfo
method:Include_in_menu
UseParentSettings
ApplyToProducts
- SOAP WSDL URL (
/api/v2_soap?wsdl
) no longer appears the Admin, which is unreachable by SOAP.
What is your real concerns regarding the differences?
---
Problem Solved Click Accept as Solution!:Magento Community India Forum
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2017
04:31 AM
02-06-2017
04:31 AM
Re: V2_soap API differences between Magento 1.9 and Magento 1.7
Thanks for this reply. Are those differences you have defined the entire extent of differences between 1.9 and 1.7?
We have developed and tested integration with our accounting and order processing application and Mag CE 1.9.2.4. We have a customer who wishes to use it with Mag 1.7.0.2 and we need to identify any differences.