Skip to content

adrianoaguiar/magja-catalog-ext

 
 

Repository files navigation

Magja Magento Extensions

Product API

catalog_product.associate

Assign associated products for a configurable product.

catalog_product.associate($configurableProductId, $childrenIds)

Parameters:

1. int $configurableProductId Configurable (parent) Product ID.
2. array $childrenIds Array of product IDs, or a comma-separated string of IDs.

Returns: true

About

The Magento Core API doesn't have methods to manipulate some features wich are required for Magja. This module extends the Magento Catalog API due to provide that's features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 98.8%
  • ApacheConf 1.2%