Update VariantAsk AIpatch http://preview.threekit.com/api/v2/catalog/items/{itemId}/variants/{variantId}Updates a Variant given the Variant's ID or Custom ID.Path ParamsitemIdThreekit UUIDCustom IDrequiredThis can be either the Threekit UUID or the user-defined custom ID.variantIdThreekit UUIDCustom IDrequiredThis can be either the Threekit UUID or the user-defined custom ID.Query Paramsbearer_tokenuuidPublic or Private Threekit authentication token. If using a public token the request must originate for a domain added to the authentication token.jwt_tokenstringJSON Web Token (JWT) token used to authorize the request.Body ParamsBodylabelstring | nullA user-defined label.customIdstringlength between 1 and 255A unique, user-defined identifier. Can only contain alphanumeric characters, hyphens, underscores and colons.statusstring | nullenumVariant status, used for deactivating or invalidating certain variants.activedeactivatedinvalidAllowed:activedeactivatedinvalidmetadataobjectA record of metadata properties keyed by unique case-insensitive strings. Max 50 keys.Metadata objectResponses 200200 401401 403403 404404Updated about 1 year ago