@Deprecated public class SKUList extends Object
Order
Constructor | Description |
---|---|
SKUList() |
Deprecated.
|
Modifier and Type | Method | Description |
---|---|---|
SKUList |
addProduct(String productKey) |
Deprecated.
Add product to the list.
|
SKUList |
addVariant(String variantKey) |
Deprecated.
Add a variant to the list without specifying which product it belongs to.
|
SKUList |
addVariant(String productKey,
String variantKey) |
Deprecated.
Add product variant pair to the list.
|
public SKUList addProduct(String productKey)
productKey
- The product key.public SKUList addVariant(String productKey, String variantKey)
productKey
- The product key.variantKey
- The variant key.Copyright © 2020 Apptus Technologies AB. All rights reserved.