Package DE_EPAGES::Product::API::ProductVariationService
Service to extract information about variation attributes and sub products from a master product.
Functions
getVariationAttributes
Returns details about all variations attributes and their possible values for the master product.
Syntax |
getVariationAttributes( $LanguageID ); |
Input |
|
Return |
|
getVariationsForSubproduct
Returns details about the variation attributes for a variation product
Syntax |
getVariationsForSubproduct( $SubProduct, $APIBaseURL ); |
Input |
|
Return |
|
getVisibleSubProducts
Returns all visible variation products from a master product
Syntax |
getVisibleSubProducts( ); |
Return |
|
new
Constructor
Syntax |
new( $MasterProduct ); |
Input |
|
Return |
|