I am trying to add a product on Magento ver. 1.9.2.4. using SOAP API: https://www.domainname.com/index.php/api/v2_soap/ using the following XML: <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <catalogProductCreate xmlns="urn:Magento"> <sessionId xsi:type="xsd:string">sessioidhere</sessionId> <type xsi:type="xsd:string">simple</type> <set xsi:type="xsd:int">4</set> <sku xsi:type="xsd:string">skuhere</sku> <productData xsi:type="ns1:catalogProductCreateEntity" xmlns:ns1="urn:Magento"> <name xsi:type="xsd:string">productnamehere</name> <price xsi:type="xsd:decimal">2.6</price> <status xsi:type="xsd:int">1</status> <visibility xsi:type="xsd:int">4</visibility> <weight xsi:type="xsd:decimal">0.2</weight> <tax_class_id xsi:type="xsd:int">0</tax_class_id> <websites> […]
Daily Archives: August 12, 2025
2 posts
We develop an integration between our product (ERP) and your e-commerce using your API. How can we get the info about the charge the owner of a store will pay for the Payment provider from an order? Whiuch field brings this information? We’re talking abou teh api using the endpoint […]