Represents a variant of an Amazon product, which typically includes different colors or dimensions.
Fields
id: ID!
The identifier of the variant
title: String!
The title of the variant.
image: Image!
The Image type object associated with this specific variant.
url: URL!
The URL to the product page for this specific variant.
dimensions: [AmazonVariantDimension!]!
A list of objects that describe the dimensions of this specific variant.