Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (9 loc) · 375 Bytes

File metadata and controls

16 lines (9 loc) · 375 Bytes

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