HostedShop Help | API
CMS & Shop
Design Manager
E-conomic integration
API
ShopLink
1. Introduction
2. PHP examples
2.1 Create a SOAP client
2.2. Connect to a solution
2.3. Choose a language
2.4. Setup dataformats
2.5. Get products
2.6 Get orders
2.7. Create a new product
2.8. Update a product
2.9. Delete a product
2.10. Choose character encoding
3. .NET examples
4. Errorcodes and errormanagement
5. Webshop entities
Updates
Printer-friendly
Sitemap
2.9. Delete a product
To delete a product the following method is invoked with the id of the product to delete:
$Client
->Product_Delete(
array
(
'ProductId'
=>
1337
));