0% found this document useful (0 votes)
3 views1 page

Magento Product Update XML Example

The document is a SOAP XML request for updating a product in a Magento catalog. It includes details such as session ID, product ID, name, weight, status, price, and stock data. The request indicates that the product is currently out of stock and provides additional attributes related to pricing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views1 page

Magento Product Update XML Example

The document is a SOAP XML request for updating a product in a Magento catalog. It includes details such as session ID, product ID, name, weight, status, price, and stock data. The request indicates that the product is currently out of stock and provides additional attributes related to pricing.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

<soapenv:Envelope xmlns:xsi="[Link]

org/2001/XMLSchema-instance"
xmlns:xsd="[Link]
xmlns:soapenv="[Link] xmlns:urn="urn:Magento"
xmlns:soapenc="[Link] <soapenv:Header/>
<soapenv:Body>
<urn:catalogProductUpdate
soapenv:encodingStyle="[Link]
<sessionId xsi:type="xsd:string">0c1e63fcc3f9711c8e8a910d7cee77a1</sessionId>
<product xsi:type="xsd:string">18244</product> <productData
xsi:type="urn:catalogProductCreateEntity">
<name xsi:type="xsd:string"><![CDATA[21 AU COR LISO]]></name> <description
xsi:type="xsd:string"></description>
<short_description xsi:type="xsd:string"></short_description>
<weight xsi:type="xsd:string">3</weight> <status xsi:type="xsd:string">1</status>
<url_key xsi:type="xsd:string"></url_key>
<url_path xsi:type="xsd:string"></url_path> <visibility
xsi:type="xsd:string">4</visibility>
<has_options xsi:type="xsd:string"></has_options> <leadtime
xsi:type="xsd:string">0</leadtime>
<tax_class_id xsi:type="xsd:string">0</tax_class_id> <price
xsi:type="xsd:string">68.9</price>
<tier_price xsi:type="urn:catalogProductTierPriceEntityArray"
soapenc:arrayType="urn:catalogProductTierPriceEntity[]"/>
<additional_attributes
xsi:type="urn:catalogProductAdditionalAttributesEntity">
<multi_data xsi:type="urn:associativeMultiArray"
soapenc:arrayType="urn:associativeMultiEntity[]"/>
<single_data xsi:type="urn:associativeArray"
soapenc:arrayType="urn:associativeEntity[]">
<item> <key>lindak_price</key> <value>36.9</value> </item> </single_data>
</additional_attributes>
<stock_data xsi:type="urn:catalogInventoryStockItemUpdateEntity"> <qty
xsi:type="xsd:string">0</qty>
<is_in_stock xsi:type="xsd:int">0</is_in_stock> <manage_stock
xsi:type="xsd:int"></manage_stock>
<use_config_manage_stock xsi:type="xsd:int"></use_config_manage_stock>
<min_qty xsi:type="xsd:int">0</min_qty>
</stock_data> </productData> <storeView
xsi:type="xsd:string">0</storeView>
<identifierType xsi:type="xsd:string">product_id</identifierType>
</urn:catalogProductUpdate> </soapenv:Body> </soapenv:Envelope>

You might also like