Interface ProductVariantKeyReference

All Superinterfaces:
KeyReference

public interface ProductVariantKeyReference extends KeyReference

Used by the Import API to identify a ProductVariant.


Example to create an instance using the builder pattern

     ProductVariantKeyReference productVariantKeyReference = ProductVariantKeyReference.builder()
             .key("{key}")
             .build()