ProductVariantInput Input Object
The properties of the new ProductVariant.
Fields
#
listings
[ ListingInput !]!
Non-null
The ListingInput associated with the ProductVariant. One Listing is required for each ProductVariant.
mediaSources
[ String !]
The Media source of the ProductVariant. This is a list of URLs and is used to relate the ProductVariant to Media.
productId
The Product ID associated with the ProductVariant (required if creating a new ProductVariant).
Usages
#
References
#
- Argument input of field productVariantCreate from type Mutation
- Argument input of field productVariantUpdate from type Mutation
Previous
ProductVariantFilterInput