header

Catalog Product Types

Module: Mage_Catalog

The Mage_Catalog module allows you to manage categories and products.

Product types

Allows you to retrieve product types.

Resource Name: catalog_product_type

Aliases:

Methods:

Examples

Example 1. Retrieving the product types
$proxy = new SoapClient('https://inovarti.com.br/index.php/api/soap/?wsdl');
$sessionId = $proxy->login('apiUser', 'apiKey');
$types = $proxy->call($sessionId, 'product_type.list');

var_dump($types);
Create the Inovarti Platform file system owner