Skip to main content

VariantPriceInput

type VariantPriceInput {
price: ProductPriceInput!
productId: String!
variantId: String!
}

Fields

priceProductPriceInput!required

New prices info to update. This operation overrides price objects given here.

productIdString!required

Id of the corresponding product.

variantIdString!required

Id of the variant that's prices to be updated.