public interface ProductVariantImportDraft
ProductVariantImportDraftBuilder
Modifier and Type | Method and Description |
---|---|
List<AttributeImportDraft> |
getAttributes() |
Integer |
getId() |
List<Image> |
getImages() |
List<PriceDraft> |
getPrices() |
String |
getProductId()
Field is not part of the API, it is used to initialize
LineItemImportDraftBuilder correctly. |
String |
getSku() |
@Nullable List<AttributeImportDraft> getAttributes()
@Nullable List<PriceDraft> getPrices()
@Nullable String getProductId()
LineItemImportDraftBuilder
correctly.