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