ReadonlyactionOptional ReadonlyassetThe id of the Asset to update.
Optional ReadonlyassetThe key of the Asset to update.
ReadonlynameName of the Custom Field.
Optional ReadonlyskuThe sku of the ProductVariant to update.
Optional ReadonlystagedIf true, only the staged Asset is updated. If false, both the current and staged Asset is updated.
Optional ReadonlyvalueIf value is absent or null, this field will be removed if it exists.
Removing a field that does not exist returns an InvalidOperation error.
If value is provided, it is set for the field defined by name.
Optional ReadonlyvariantThe id of the ProductVariant to update.
Either
variantIdorskuis required. The Asset to update must be specified using eitherassetIdorassetKey.