Interface ProductVariantDraftImport

All Known Implementing Classes:
ProductVariantDraftImportImpl

public interface ProductVariantDraftImport

The representation of a Product Variant Draft for the import purpose.


Example to create an instance using the builder pattern

     ProductVariantDraftImport productVariantDraftImport = ProductVariantDraftImport.builder()
             .key("{key}")
             .build()