Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.
/ magja-catalog-ext Public archive

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.

Notifications You must be signed in to change notification settings

magja/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